Pin
SCPI Commands :
[SOURce<HW>]:IQ:DPD:PIN:MAX
[SOURce<HW>]:IQ:DPD:PIN:MIN
- Commands in total: 2Subgroups: 0Direct child commands: 2
- get_max() float[source]
# [SOURce<HW>]:IQ:DPD:PIN:MAX value: float = driver.source.iq.dpd.pin.get_max()
Sets the value range of the input power.
- Returns:
pep_in_max: float Range: -145 to 20
- get_min() float[source]
# [SOURce<HW>]:IQ:DPD:PIN:MIN value: float = driver.source.iq.dpd.pin.get_min()
Sets the value range of the input power.
- set_max(pep_in_max: float) None[source]
# [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.
- Parameters:
pep_in_max – float Range: -145 to 20
- set_min(pep_in_min: float) None[source]
# [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.
- Parameters:
pep_in_min – float Range: -145 to 20