Ontime
SCPI Command :
[SOURce<HW>]:BB:NFC:TRIGger:OUTPut<CH>:ONTime
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(output=Output.Default) int[source]
# [SOURce<HW>]:BB:NFC:TRIGger:OUTPut<CH>:ONTime value: int = driver.source.bb.nfc.trigger.output.ontime.get(output = repcap.Output.Default)
Sets the number of sampels in a period (ON time + time, during which the marker signal on the marker output is OFF) for marker RATio.
- Parameters:
output – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)
- set(ontime: int, output=Output.Default) None[source]
# [SOURce<HW>]:BB:NFC:TRIGger:OUTPut<CH>:ONTime driver.source.bb.nfc.trigger.output.ontime.set(ontime = 1, output = repcap.Output.Default)
Sets the number of sampels in a period (ON time + time, during which the marker signal on the marker output is OFF) for marker RATio.
- Parameters:
ontime – integer Range: 1 to 16777215
output – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)