State

SCPI Command :

[SOURce<HW>]:BB:GNSS:SVID<CH>:GLONass:SIGNal:L5Band:L3CDma<US>:DATA:PCODe:[STATe]
class StateCls[source]

State commands group definition. 1 total commands, 0 Subgroups, 1 group commands

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

Activates spreading by using the primary code.

param satelliteSvid

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

param index

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

return

state: 1| ON| 0| OFF

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

Activates spreading by using the primary code.

param state

1| ON| 0| OFF

param satelliteSvid

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

param index

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