Foffset
SCPI Command :
[SOURce<HW>]:BB:LRWPan:TRIGger:OUTPut<CH>:FOFFset
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(output=Output.Default) int[source]
# [SOURce<HW>]:BB:LRWPan:TRIGger:OUTPut<CH>:FOFFset value: int = driver.source.bb.lrWpan.trigger.output.foffset.get(output = repcap.Output.Default)
Sets the rise/fall offset.
- Parameters:
output – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)
- Returns:
mark_fall_offs: integer Range: -640000 to 640000
- set(mark_fall_offs: int, output=Output.Default) None[source]
# [SOURce<HW>]:BB:LRWPan:TRIGger:OUTPut<CH>:FOFFset driver.source.bb.lrWpan.trigger.output.foffset.set(mark_fall_offs = 1, output = repcap.Output.Default)
Sets the rise/fall offset.
- Parameters:
mark_fall_offs – integer Range: -640000 to 640000
output – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)