Pin

SCPI Commands :

[SOURce<HW>]:IQ:DPD:PIN:MAX
[SOURce<HW>]:IQ:DPD:PIN:MIN
class PinCls[source]

Pin commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_max() float[source]
# SCPI: [SOURce<HW>]:IQ:DPD:PIN:MAX
value: float = driver.source.iq.dpd.pin.get_max()

Sets the value range of the input power.

return

pep_in_max: float Range: -145 to 20

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

Sets the value range of the input power.

return

pep_in_min: No help available

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

Sets the value range of the input power.

param pep_in_max

float Range: -145 to 20

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

Sets the value range of the input power.

param pep_in_min

float Range: -145 to 20