State

SCPI Command :

[SOURce<HW>]:BB:GNSS:SVID<CH>:GLONass:SIGNal:L1Band:L1CDma<US0>:[STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(satelliteSvid=SatelliteSvid.Default, indexNull=IndexNull.Default) bool[source]
# [SOURce<HW>]:BB:GNSS:SVID<CH>:GLONass:SIGNal:L1Band:L1CDma<US0>:[STATe]
value: bool = driver.source.bb.gnss.svid.glonass.signal.l1Band.l1Cdma.state.get(satelliteSvid = repcap.SatelliteSvid.Default, indexNull = repcap.IndexNull.Default)

Activates the selected signal.

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

  • indexNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘L1Cdma’)

Returns:

state: 1 | ON | 0| OFF

set(state: bool, satelliteSvid=SatelliteSvid.Default, indexNull=IndexNull.Default) None[source]
# [SOURce<HW>]:BB:GNSS:SVID<CH>:GLONass:SIGNal:L1Band:L1CDma<US0>:[STATe]
driver.source.bb.gnss.svid.glonass.signal.l1Band.l1Cdma.state.set(state = False, satelliteSvid = repcap.SatelliteSvid.Default, indexNull = repcap.IndexNull.Default)

Activates the selected signal.

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

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

  • indexNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘L1Cdma’)