Source
SCPI Commands :
[SOURce]:BB:GRAPhics:SOURce:MUX
[SOURce]:BB:GRAPhics:SOURce
- Commands in total: 2Subgroups: 0Direct child commands: 2
- get_mux() TranRecSourMux[source]
# [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.
- Returns:
mode: STRA | STRB | STRC | STRD | STRE | STRF | STRG | STRH
- get_value() TranRecSour[source]
# [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.
- Returns:
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]
# [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.
- Parameters:
mode – STRA | STRB | STRC | STRD | STRE | STRF | STRG | STRH
- set_value(source: TranRecSour) None[source]
# [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.
- Parameters:
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’