Output
SCPI Command :
[SOURce<HW>]:IQ:OUTPut:LEVel
- Commands in total: 106Subgroups: 2Direct child commands: 1
- get_level() float[source]
# [SOURce<HW>]:IQ:OUTPut:LEVel value: float = driver.source.iq.output.get_level()
Sets the voltage Vp (EMF) of the analog I/Q output signal. The value range depends on instrument settings, for example the analog I/Q output signal type or the signal bandwidth. For more information, refer to the specifications document. To keep the I/Q analog output power levels below the maximum input power level at your DUT, see ‘Maximum overall output voltage’.
- Returns:
level: float Range: depends on settings , Unit: V
- set_level(level: float) None[source]
# [SOURce<HW>]:IQ:OUTPut:LEVel driver.source.iq.output.set_level(level = 1.0)
Sets the voltage Vp (EMF) of the analog I/Q output signal. The value range depends on instrument settings, for example the analog I/Q output signal type or the signal bandwidth. For more information, refer to the specifications document. To keep the I/Q analog output power levels below the maximum input power level at your DUT, see ‘Maximum overall output voltage’.
- Parameters:
level – float Range: depends on settings , Unit: V
Cloning the Group
# Create a copy of the original group, that exists independently
output_copy = driver.source.iq.output.clone()
Subgroups