Ontime
SCPI Command :
[SOURce<HW>]:BB:ONEWeb:TRIGger:OUTPut<CH>:ONTime
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(output=Output.Default) int[source]
# [SOURce<HW>]:BB:ONEWeb:TRIGger:OUTPut<CH>:ONTime value: int = driver.source.bb.oneweb.trigger.output.ontime.get(output = repcap.Output.Default)
Sets the duration during which the marker output is on or off. If R&S SMW-B9 is installed, the minimum marker duration depends on the sample/symbol rate. See ‘Marker Minimum Duration’.
- Parameters:
output – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)
- set(mark_time_on: int, output=Output.Default) None[source]
# [SOURce<HW>]:BB:ONEWeb:TRIGger:OUTPut<CH>:ONTime driver.source.bb.oneweb.trigger.output.ontime.set(mark_time_on = 1, output = repcap.Output.Default)
Sets the duration during which the marker output is on or off. If R&S SMW-B9 is installed, the minimum marker duration depends on the sample/symbol rate. See ‘Marker Minimum Duration’.
- Parameters:
mark_time_on – integer Range: 1 (R&S SMW-B10) / 1* (R&S SMW-B9) to 16777215
output – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)