Output

SCPI Command :

[SOURce<HW>]:IQ:OUTPut:LEVel
class OutputCls[source]

Output commands group definition. 104 total commands, 2 Subgroups, 1 group commands

get_level() float[source]
# SCPI: [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. To keep the I/Q analog output power levels below the maximum input power level at your DUT, see ‘Maximum overall output voltage’. Also, the value range depends on instrument settings, for example the modulation signal type and signal bandwidth. For more information, refer to the specifications document.

return:

level: float Range: depends on settings , Unit: V

set_level(level: float) None[source]
# SCPI: [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. To keep the I/Q analog output power levels below the maximum input power level at your DUT, see ‘Maximum overall output voltage’. Also, the value range depends on instrument settings, for example the modulation signal type and signal bandwidth. For more information, refer to the specifications document.

param level:

float Range: depends on settings , Unit: V

Cloning the Group

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

Subgroups