State

SCPI Command :

[SOURce<HW>]:BB:GNSS:ADGeneration:GLONass:SVID<CH>:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(satelliteSvid=SatelliteSvid.Default) bool[source]
# [SOURce<HW>]:BB:GNSS:ADGeneration:GLONass:SVID<CH>:STATe
value: bool = driver.source.bb.gnss.adGeneration.glonass.svid.state.get(satelliteSvid = repcap.SatelliteSvid.Default)

Activates satellites so that they are included in the generated assistance data.

Parameters:

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

Returns:

state: 1 | ON | 0| OFF

set(state: bool, satelliteSvid=SatelliteSvid.Default) None[source]
# [SOURce<HW>]:BB:GNSS:ADGeneration:GLONass:SVID<CH>:STATe
driver.source.bb.gnss.adGeneration.glonass.svid.state.set(state = False, satelliteSvid = repcap.SatelliteSvid.Default)

Activates satellites so that they are included in the generated assistance data.

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

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