Source
SCPI Commands :
[SOURce]:BB:GRAPhics:SOURce:MUX
[SOURce]:BB:GRAPhics:SOURce
- class SourceCls[source]
Source commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- get_mux() TranRecSourMux [source]
# SCPI: [SOURce]:BB:GRAPhics:SOURce:MUX value: enums.TranRecSourMux = driver.source.bb.graphics.source.get_mux()
In SCONfiguration:OUTPut:MODE DIGMux mode, select which of the multiplexed streams is displayed.
- return:
mode: STRA| STRB| STRC| STRD| STRE| STRF| STRG| STRH
- get_value() TranRecSour [source]
# SCPI: [SOURce]:BB:GRAPhics:SOURce value: enums.TranRecSour = driver.source.bb.graphics.source.get_value()
Defines the signal acquisition point, that is the location in the signal flow where the displayed signal is tapped from. The available acquisition points depend on the selected system configuration.
- return:
source: STRA| STRB| STRC| STRD| STRE| STRF| STRG| STRH| BBA| BBB| BBC| BBD| BBE| BBF| BBG| BBH| RFA| RFB| RFC| RFD| IQO1| IQO2| DO1| DO2 STRA|STRB|STRC|STRD|STRE|STRF|STRG|STRH Streams (A to H) ; input stream of the ‘IQ Stream Mapper’ BBA|BBB|BBC|BBD|BBE|BBF|BBG|BBH Baseband signals (A to H) BBIA|BBIB Digital baseband input signals RFA|RFB|RFC|RFD RF signals (A to D) IQO1|IQO2 Analog I/Q output signals DO1|DO2 Digital I/Q output signals; outputs of the ‘IQ Stream Mapper’
- set_mux(mode: TranRecSourMux) None [source]
# SCPI: [SOURce]:BB:GRAPhics:SOURce:MUX driver.source.bb.graphics.source.set_mux(mode = enums.TranRecSourMux.STRA)
In SCONfiguration:OUTPut:MODE DIGMux mode, select which of the multiplexed streams is displayed.
- param mode:
STRA| STRB| STRC| STRD| STRE| STRF| STRG| STRH
- set_value(source: TranRecSour) None [source]
# SCPI: [SOURce]:BB:GRAPhics:SOURce driver.source.bb.graphics.source.set_value(source = enums.TranRecSour.BBA)
Defines the signal acquisition point, that is the location in the signal flow where the displayed signal is tapped from. The available acquisition points depend on the selected system configuration.
- param source:
STRA| STRB| STRC| STRD| STRE| STRF| STRG| STRH| BBA| BBB| BBC| BBD| BBE| BBF| BBG| BBH| RFA| RFB| RFC| RFD| IQO1| IQO2| DO1| DO2 STRA|STRB|STRC|STRD|STRE|STRF|STRG|STRH Streams (A to H) ; input stream of the ‘IQ Stream Mapper’ BBA|BBB|BBC|BBD|BBE|BBF|BBG|BBH Baseband signals (A to H) BBIA|BBIB Digital baseband input signals RFA|RFB|RFC|RFD RF signals (A to D) IQO1|IQO2 Analog I/Q output signals DO1|DO2 Digital I/Q output signals; outputs of the ‘IQ Stream Mapper’