Pin

SCPI Commands :

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

Sets the maximum value of the input power Pin.

Returns:

pin_max: float Range: -145 to 20

get_min() float[source]
# [SOURce<HW>]:IQ:OUTPut:[ANALog]:ENVelope:PIN:MIN
value: float = driver.source.iq.output.analog.envelope.pin.get_min()

Sets the minimum value of the input power Pin.

Returns:

pin_min: float Range: -145 to 20

set_max(pin_max: float) None[source]
# [SOURce<HW>]:IQ:OUTPut:[ANALog]:ENVelope:PIN:MAX
driver.source.iq.output.analog.envelope.pin.set_max(pin_max = 1.0)

Sets the maximum value of the input power Pin.

Parameters:

pin_max – float Range: -145 to 20

set_min(pin_min: float) None[source]
# [SOURce<HW>]:IQ:OUTPut:[ANALog]:ENVelope:PIN:MIN
driver.source.iq.output.analog.envelope.pin.set_min(pin_min = 1.0)

Sets the minimum value of the input power Pin.

Parameters:

pin_min – float Range: -145 to 20