Output
SCPI Command :
SCONfiguration:OUTPut:MODE
- Commands in total: 13Subgroups: 1Direct child commands: 1
- get_mode() SystConfOutpMode[source]
# SCONfiguration:OUTPut:MODE value: enums.SystConfOutpMode = driver.sconfiguration.output.get_mode()
Defines what kind of signal is generated and which output interfaces are enabled.
- Returns:
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: SystConfOutpMode) None[source]
# 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.
- Parameters:
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 copy of the original group, that exists independently
output_copy = driver.sconfiguration.output.clone()
Subgroups