State

SCPI Command :

[SOURce<HW>]:BB:GNSS:STReam<ST>:OUTPut:RF<CH>:STATe
class StateCls[source]

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

get(stream=Stream.Default, path=Path.Default) bool[source]
# SCPI: [SOURce<HW>]:BB:GNSS:STReam<ST>:OUTPut:RF<CH>:STATe
value: bool = driver.source.bb.gnss.stream.output.rf.state.get(stream = repcap.Stream.Default, path = repcap.Path.Default)

Sets the output state of the GNSS stream at the RF A/B output.

param stream

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

param path

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

return

state: 1| ON| 0| OFF

set(state: bool, stream=Stream.Default, path=Path.Default) None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:STReam<ST>:OUTPut:RF<CH>:STATe
driver.source.bb.gnss.stream.output.rf.state.set(state = False, stream = repcap.Stream.Default, path = repcap.Path.Default)

Sets the output state of the GNSS stream at the RF A/B output.

param state

1| ON| 0| OFF

param stream

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

param path

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