Mode
SCPI Command :
SCONfiguration:OUTPut:MAPPing:BBMM<CH>:CHANnel:MODE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(iqConnector=IqConnector.Default) SystConfOutpMapMatMode[source]
# SCONfiguration:OUTPut:MAPPing:BBMM<CH>:CHANnel:MODE value: enums.SystConfOutpMapMatMode = driver.sconfiguration.output.mapping.bbmm.channel.mode.get(iqConnector = repcap.IqConnector.Default)
Enables routing of multiple streams to the same output physical connector and defines the way the streams are internally processed.
- Parameters:
iqConnector – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bbmm’)
- Returns:
mode: SINGle | ADD | MULTiplex ADD enabled for the RF, I/Q OUT and BBMM outputs MULTiplex enabled for the BBMM outputs and method
RsSmw.sconfiguration.output.mode()DIGMux
- set(mode: SystConfOutpMapMatMode, iqConnector=IqConnector.Default) None[source]
# SCONfiguration:OUTPut:MAPPing:BBMM<CH>:CHANnel:MODE driver.sconfiguration.output.mapping.bbmm.channel.mode.set(mode = enums.SystConfOutpMapMatMode.ADD, iqConnector = repcap.IqConnector.Default)
Enables routing of multiple streams to the same output physical connector and defines the way the streams are internally processed.
- Parameters:
mode – SINGle | ADD | MULTiplex ADD enabled for the RF, I/Q OUT and BBMM outputs MULTiplex enabled for the BBMM outputs and method
RsSmw.sconfiguration.output.mode()DIGMuxiqConnector – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bbmm’)