Delay
SCPI Commands :
[SOURce<HW>]:BB:LRWPan:TRIGger:OUTPut<CH>:DELay
[SOURce<HW>]:BB:LRWPan:TRIGger:OUTPut:DELay:FIXed
- Commands in total: 4Subgroups: 2Direct child commands: 2
- get(output=Output.Default) float[source]
# [SOURce<HW>]:BB:LRWPan:TRIGger:OUTPut<CH>:DELay value: float = driver.source.bb.lrWpan.trigger.output.delay.get(output = repcap.Output.Default)
Defines the delay between the signal on the marker outputs and the start of the signals.
- Parameters:
output – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)
- Returns:
delay: float Range: 0 to 16777215
- get_fixed() bool[source]
# [SOURce<HW>]:BB:LRWPan:TRIGger:OUTPut:DELay:FIXed value: bool = driver.source.bb.lrWpan.trigger.output.delay.get_fixed()
No help available
- set(delay: float, output=Output.Default) None[source]
# [SOURce<HW>]:BB:LRWPan:TRIGger:OUTPut<CH>:DELay driver.source.bb.lrWpan.trigger.output.delay.set(delay = 1.0, output = repcap.Output.Default)
Defines the delay between the signal on the marker outputs and the start of the signals.
- Parameters:
delay – float Range: 0 to 16777215
output – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)
- set_fixed(fixed: bool) None[source]
# [SOURce<HW>]:BB:LRWPan:TRIGger:OUTPut:DELay:FIXed driver.source.bb.lrWpan.trigger.output.delay.set_fixed(fixed = False)
No help available
Cloning the Group
# Create a copy of the original group, that exists independently
delay_copy = driver.source.bb.lrWpan.trigger.output.delay.clone()
Subgroups