Output

SCPI Command :

[SOURce<HW>]:IQ:OUTPut:LEVel
Commands in total: 90
Subgroups: 2
Direct child commands: 1
get_level() float[source]
# [SOURce<HW>]:IQ:OUTPut:LEVel
value: float = driver.source.iq.output.get_level()

Sets the off-load voltage Vp of the analog I/Q signal output. The value range is adjusted so that the maximum overall output voltage does not exceed 4V, see ‘Maximum overall output voltage’. Also, the value range depends on the installed options, see the data sheet.

Returns:

level: float Range: depends on options to 4, Unit: V

set_level(level: float) None[source]
# [SOURce<HW>]:IQ:OUTPut:LEVel
driver.source.iq.output.set_level(level = 1.0)

Sets the off-load voltage Vp of the analog I/Q signal output. The value range is adjusted so that the maximum overall output voltage does not exceed 4V, see ‘Maximum overall output voltage’. Also, the value range depends on the installed options, see the data sheet.

Parameters:

level – float Range: depends on options to 4, Unit: V

Cloning the Group

# Create a copy of the original group, that exists independently
output_copy = driver.source.iq.output.clone()

Subgroups