Output

SCPI Command :

SCONfiguration:OUTPut:MODE
class OutputCls[source]

Output commands group definition. 13 total commands, 1 Subgroups, 1 group commands

get_mode() RsSmw.enums.SystConfOutpMode[source]
# SCPI: SCONfiguration:OUTPut:MODE
value: enums.SystConfOutpMode = driver.sconfiguration.output.get_mode()

Defines what kind of signal is generated and which output interfaces are enabled.

return

mode: DIGMux| DIGital| ALL | ANALog| HSDigital| HSALl ALL Output at the analog (RF and I/Q) and the digital DIG I/Q interfaces. DIGital | DIGMux Signal is output as single stream or multiplexed digital signal at the DIG I/Q interfaces. ANALog Output at the analog (RF and I/Q) interfaces. HSDigital Output at the interfaces HS DIG I/Q interfaces. HSALl Output at the analog (RF and I/Q) and the digital HS DIG I/Q interfaces.

set_mode(mode: RsSmw.enums.SystConfOutpMode) None[source]
# SCPI: SCONfiguration:OUTPut:MODE
driver.sconfiguration.output.set_mode(mode = enums.SystConfOutpMode.ALL)

Defines what kind of signal is generated and which output interfaces are enabled.

param mode

DIGMux| DIGital| ALL | ANALog| HSDigital| HSALl ALL Output at the analog (RF and I/Q) and the digital DIG I/Q interfaces. DIGital | DIGMux Signal is output as single stream or multiplexed digital signal at the DIG I/Q interfaces. ANALog Output at the analog (RF and I/Q) interfaces. HSDigital Output at the interfaces HS DIG I/Q interfaces. HSALl Output at the analog (RF and I/Q) and the digital HS DIG I/Q interfaces.

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.sconfiguration.output.clone()

Subgroups