State

SCPI Command :

[SOURce<HW>]:BB:GNSS:SVID<CH>:GLONass:SIGNal:L5Band:L3CDma<US>:DATA:NMESsage:[STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(satelliteSvid=SatelliteSvid.Default, index=Index.Default) bool[source]
# [SOURce<HW>]:BB:GNSS:SVID<CH>:GLONass:SIGNal:L5Band:L3CDma<US>:DATA:NMESsage:[STATe]
value: bool = driver.source.bb.gnss.svid.glonass.signal.l5Band.l3Cdma.data.nmessage.state.get(satelliteSvid = repcap.SatelliteSvid.Default, index = repcap.Index.Default)

In tracking mode, enables configuration of the navigation message parameters.

Parameters:
  • satelliteSvid – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Svid’)

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

Returns:

state: 1 | ON | 0| OFF

set(state: bool, satelliteSvid=SatelliteSvid.Default, index=Index.Default) None[source]
# [SOURce<HW>]:BB:GNSS:SVID<CH>:GLONass:SIGNal:L5Band:L3CDma<US>:DATA:NMESsage:[STATe]
driver.source.bb.gnss.svid.glonass.signal.l5Band.l3Cdma.data.nmessage.state.set(state = False, satelliteSvid = repcap.SatelliteSvid.Default, index = repcap.Index.Default)

In tracking mode, enables configuration of the navigation message parameters.

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

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

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