State
SCPI Command :
SCONfiguration:OUTPut:MAPPing:BBMM<CH>:CHANnel:STReam<ST>:STATe
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(iqConnector=IqConnector.Default, stream=Stream.Default) bool [source]
# SCPI: SCONfiguration:OUTPut:MAPPing:BBMM<CH>:CHANnel:STReam<ST>:STATe value: bool = driver.sconfiguration.output.mapping.bbmm.channel.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.
- param iqConnector
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bbmm’)
- param stream
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Stream’)
- return
state: 1| ON| 0| OFF
- set(state: bool, iqConnector=IqConnector.Default, stream=Stream.Default) None [source]
# SCPI: SCONfiguration:OUTPut:MAPPing:BBMM<CH>:CHANnel:STReam<ST>:STATe driver.sconfiguration.output.mapping.bbmm.channel.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.
- param state
1| ON| 0| OFF
- param iqConnector
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bbmm’)
- param stream
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Stream’)