Mode
SCPI Command :
SCONfiguration:OUTPut:MAPPing:BBMM<CH>:CHANnel:MODE
- class ModeCls[source]
Mode commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(iqConnector=IqConnector.Default) RsSmw.enums.SystConfOutpMapMatMode [source]
# SCPI: 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.
- param iqConnector
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bbmm’)
- return
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.modeDIGMux
- set(mode: RsSmw.enums.SystConfOutpMapMatMode, iqConnector=IqConnector.Default) None [source]
# SCPI: 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.
- param 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.modeDIGMux
- param iqConnector
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bbmm’)