State

SCPI Command :

[SOURce<HW>]:BB:GNSS:TRIGger:OUTPut<CH>:HPPS:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(output=Output.Default) bool[source]
# [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.

Parameters:

output – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)

Returns:

high_prec_pps_stat: 1 | ON | 0| OFF

set(high_prec_pps_stat: bool, output=Output.Default) None[source]
# [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.

Parameters:
  • high_prec_pps_stat – 1 | ON | 0| OFF

  • output – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)