State

SCPI Command :

[SOURce<HW>]:BB:GNSS:STReam<ST>:L2Band:[STATe]
class StateCls[source]

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

get(stream=Stream.Default) bool[source]
# SCPI: [SOURce<HW>]:BB:GNSS:STReam<ST>:L2Band:[STATe]
value: bool = driver.source.bb.gnss.stream.l2Band.state.get(stream = repcap.Stream.Default)

Activates L1, L2 or L5 bands within the GNSS stream. Use the command, e.g. to specify, which bands are active and inactive per stream. See also [:SOURce<hw>]:BB:GNSS:STReam<st>:RFBand.

param stream

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

return

state: 1| ON| 0| OFF

set(state: bool, stream=Stream.Default) None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:STReam<ST>:L2Band:[STATe]
driver.source.bb.gnss.stream.l2Band.state.set(state = False, stream = repcap.Stream.Default)

Activates L1, L2 or L5 bands within the GNSS stream. Use the command, e.g. to specify, which bands are active and inactive per stream. See also [:SOURce<hw>]:BB:GNSS:STReam<st>:RFBand.

param state

1| ON| 0| OFF

param stream

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