Roffset

SCPI Command :

[SOURce<HW>]:BB:OFDM:TRIGger:OUTPut<CH>:ROFFset
class RoffsetCls[source]

Roffset commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(output=Output.Default) int[source]
# SCPI: [SOURce<HW>]:BB:OFDM:TRIGger:OUTPut<CH>:ROFFset
value: int = driver.source.bb.ofdm.trigger.output.roffset.get(output = repcap.Output.Default)

Shifts the rising or falling ramp of the marker by the selected number of samples.

param output

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)

return

mark_rise_offs: No help available

set(mark_rise_offs: int, output=Output.Default) None[source]
# SCPI: [SOURce<HW>]:BB:OFDM:TRIGger:OUTPut<CH>:ROFFset
driver.source.bb.ofdm.trigger.output.roffset.set(mark_rise_offs = 1, output = repcap.Output.Default)

Shifts the rising or falling ramp of the marker by the selected number of samples.

param mark_rise_offs

integer Range: -640000 to 640000

param output

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)