Ontime
SCPI Command :
[SOURce<HW>]:BB:GNSS:TRIGger:OUTPut<CH>:ONTime
- class OntimeCls[source]
Ontime commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(output=Output.Default) float [source]
# SCPI: [SOURce<HW>]:BB:GNSS:TRIGger:OUTPut<CH>:ONTime value: float = driver.source.bb.gnss.trigger.output.ontime.get(output = repcap.Output.Default)
Sets the number of chips during which the marker output is on or off.
- param output
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)
- return
ontime: No help available
- set(ontime: float, output=Output.Default) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:TRIGger:OUTPut<CH>:ONTime driver.source.bb.gnss.trigger.output.ontime.set(ontime = 1.0, output = repcap.Output.Default)
Sets the number of chips during which the marker output is on or off.
- param ontime
float Range: 0.000000011 to 0.1822215935
- param output
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)