State

SCPI Command :

[SOURce<HW>]:BB:GNSS:STReam<ST>:OUTPut:BBMM<CH>:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(stream=Stream.Default, iqConnector=IqConnector.Default) bool[source]
# [SOURce<HW>]:BB:GNSS:STReam<ST>:OUTPut:BBMM<CH>:STATe
value: bool = driver.source.bb.gnss.stream.output.bbmm.state.get(stream = repcap.Stream.Default, iqConnector = repcap.IqConnector.Default)

Sets the output state of the GNSS stream at the BBMM 1/2 output.

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

  • iqConnector – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bbmm’)

Returns:

state: 1 | ON | 0| OFF

set(state: bool, stream=Stream.Default, iqConnector=IqConnector.Default) None[source]
# [SOURce<HW>]:BB:GNSS:STReam<ST>:OUTPut:BBMM<CH>:STATe
driver.source.bb.gnss.stream.output.bbmm.state.set(state = False, stream = repcap.Stream.Default, iqConnector = repcap.IqConnector.Default)

Sets the output state of the GNSS stream at the BBMM 1/2 output.

Parameters:
  • state – 1 | ON | 0| OFF

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

  • iqConnector – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bbmm’)