Roffset

SCPI Command :

[SOURce<HW>]:BB:EUTRa:TRIGger:OUTPut<CH>:ROFFset
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(output=Output.Default) int[source]
# [SOURce<HW>]:BB:EUTRa:TRIGger:OUTPut<CH>:ROFFset
value: int = driver.source.bb.eutra.trigger.output.roffset.get(output = repcap.Output.Default)

Sets the rise offset for on/off ratio marker in number of samples.

Parameters:

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

Returns:

rise_offset: integer Range: -640000 to 640000

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

Sets the rise offset for on/off ratio marker in number of samples.

Parameters:
  • rise_offset – integer Range: -640000 to 640000

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