Output

SCPI Commands :

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

Queries the PEP and level values.

Returns:

level: float

get_pep() float[source]
# [SOURce<HW>]:IQ:DOHerty:OUTPut:PEP
value: float = driver.source.iq.doherty.output.get_pep()

Queries the PEP and level values.

Returns:

pep: float