Delay
SCPI Command :
[SOURce<HW>]:BB:OFDM:TRIGger:OUTPut<CH>:DELay
- class DelayCls[source]
Delay commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(output=Output.Default) float [source]
# SCPI: [SOURce<HW>]:BB:OFDM:TRIGger:OUTPut<CH>:DELay value: float = driver.source.bb.ofdm.trigger.output.delay.get(output = repcap.Output.Default)
Defines the delay between the signal on the marker outputs and the start of the signals.
- param output
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)
- return
mark_delay: float Range: 0 to 16777215, Unit: Samples
- set(mark_delay: float, output=Output.Default) None [source]
# SCPI: [SOURce<HW>]:BB:OFDM:TRIGger:OUTPut<CH>:DELay driver.source.bb.ofdm.trigger.output.delay.set(mark_delay = 1.0, output = repcap.Output.Default)
Defines the delay between the signal on the marker outputs and the start of the signals.
- param mark_delay
float Range: 0 to 16777215, Unit: Samples
- param output
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)