State

SCPI Command :

[SOURce<HW>]:BB:GNSS:SVID<CH>:GLONass:SIGNal:L2Band:L2CDma<US0>:DATA:PCODe:[STATe]
class StateCls[source]

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

get(satelliteSvid=SatelliteSvid.Default, indexNull=IndexNull.Default) bool[source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID<CH>:GLONass:SIGNal:L2Band:L2CDma<US0>:DATA:PCODe:[STATe]
value: bool = driver.source.bb.gnss.svid.glonass.signal.l2Band.l2Cdma.data.pcode.state.get(satelliteSvid = repcap.SatelliteSvid.Default, indexNull = repcap.IndexNull.Default)

No command help available

param satelliteSvid

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

param indexNull

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

return

state: No help available

set(state: bool, satelliteSvid=SatelliteSvid.Default, indexNull=IndexNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID<CH>:GLONass:SIGNal:L2Band:L2CDma<US0>:DATA:PCODe:[STATe]
driver.source.bb.gnss.svid.glonass.signal.l2Band.l2Cdma.data.pcode.state.set(state = False, satelliteSvid = repcap.SatelliteSvid.Default, indexNull = repcap.IndexNull.Default)

No command help available

param state

No help available

param satelliteSvid

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

param indexNull

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