Output

SCPI Command :

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

Output commands group definition. 90 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. 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.

return

level: float Range: depends on options to 4, 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. 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.

param level

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

Cloning the Group

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

Subgroups