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)

No command help available

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: No help available

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)

No command help available

param state

No help available

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’)