Foffset
SCPI Command :
[SOURce<HW>]:BB:EUTRa:TRIGger:OUTPut<CH>:FOFFset
- class FoffsetCls[source]
Foffset commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(output=Output.Default) int [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:TRIGger:OUTPut<CH>:FOFFset value: int = driver.source.bb.eutra.trigger.output.foffset.get(output = repcap.Output.Default)
Sets the rise offset for on/off ratio marker in number of samples.
- param output
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)
- return
fall_offset: No help available
- set(fall_offset: int, output=Output.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:TRIGger:OUTPut<CH>:FOFFset driver.source.bb.eutra.trigger.output.foffset.set(fall_offset = 1, output = repcap.Output.Default)
Sets the rise offset for on/off ratio marker in number of samples.
- param fall_offset
integer Range: -640000 to 640000
- param output
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)