State
SCPI Command :
[SOURce<HW>]:BB:GNSS:STReam<ST>:L1Band:[STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(stream=Stream.Default) bool[source]
# [SOURce<HW>]:BB:GNSS:STReam<ST>:L1Band:[STATe] value: bool = driver.source.bb.gnss.stream.l1Band.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 method
RsSmw.source.bb.gnss.stream.rfBand.set().- Parameters:
stream – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Stream’)
- Returns:
state: 1 | ON | 0| OFF
- set(state: bool, stream=Stream.Default) None[source]
# [SOURce<HW>]:BB:GNSS:STReam<ST>:L1Band:[STATe] driver.source.bb.gnss.stream.l1Band.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 method
RsSmw.source.bb.gnss.stream.rfBand.set().- Parameters:
state – 1 | ON | 0| OFF
stream – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Stream’)