Pin

SCPI Commands :

[SOURce<HW>]:IQ:OUTPut:[ANALog]:ENVelope:PIN:MAX
[SOURce<HW>]:IQ:OUTPut:[ANALog]:ENVelope: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: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.

return

pin_max: float Range: -145 to 20

get_min() float[source]
# SCPI: [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.

return

pin_min: float Range: -145 to 20

set_max(pin_max: float) None[source]
# SCPI: [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.

param pin_max

float Range: -145 to 20

set_min(pin_min: float) None[source]
# SCPI: [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.

param pin_min

float Range: -145 to 20