State

SCPI Command :

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

Maps the I/Q output streams to the output connectors. The stream mapping to the FADER connectors is fixed.

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

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

Returns:

state: 1 | ON | 0| OFF

set(state: bool, iqConnector=IqConnector.Default, stream=Stream.Default) None[source]
# SCONfiguration:OUTPut:MAPPing:BBMM<CH>:STReam<ST>:STATe
driver.sconfiguration.output.mapping.bbmm.stream.state.set(state = False, iqConnector = repcap.IqConnector.Default, stream = repcap.Stream.Default)

Maps the I/Q output streams to the output connectors. The stream mapping to the FADER connectors is fixed.

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

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

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