Pin

SCPI Commands :

[SOURce<HW>]:IQ:DOHerty:PIN:MAX
[SOURce<HW>]:IQ:DOHerty:PIN:MIN
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_max() float[source]
# [SOURce<HW>]:IQ:DOHerty:PIN:MAX
value: float = driver.source.iq.doherty.pin.get_max()

No help available

get_min() float[source]
# [SOURce<HW>]:IQ:DOHerty:PIN:MIN
value: float = driver.source.iq.doherty.pin.get_min()

No help available

set_max(pep_in_max: float) None[source]
# [SOURce<HW>]:IQ:DOHerty:PIN:MAX
driver.source.iq.doherty.pin.set_max(pep_in_max = 1.0)

No help available

set_min(pep_in_min: float) None[source]
# [SOURce<HW>]:IQ:DOHerty:PIN:MIN
driver.source.iq.doherty.pin.set_min(pep_in_min = 1.0)

No help available