State
SCPI Command :
[SOURce<HW>]:BB:GNSS:TRIGger:OUTPut<CH>:HPPS:STATe
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(output=Output.Default) bool [source]
# SCPI: [SOURce<HW>]:BB:GNSS:TRIGger:OUTPut<CH>:HPPS:STATe value: bool = driver.source.bb.gnss.trigger.output.hpps.state.get(output = repcap.Output.Default)
Enables generation of a high-precision PPS marker signal.
- param output
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)
- return
high_prec_pps_stat: 1| ON| 0| OFF
- set(high_prec_pps_stat: bool, output=Output.Default) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:TRIGger:OUTPut<CH>:HPPS:STATe driver.source.bb.gnss.trigger.output.hpps.state.set(high_prec_pps_stat = False, output = repcap.Output.Default)
Enables generation of a high-precision PPS marker signal.
- param high_prec_pps_stat
1| ON| 0| OFF
- param output
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)