Value
SCPI Command :
POWer<*>:ONOFf:INPut:AC:ABSolute[:VALue]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(power=Power.Default) float[source]
# POWer<*>:ONOFf:INPut:AC:ABSolute[:VALue] value: float = driver.power.onOff.inputPy.ac.absolute.value.get(power = repcap.Power.Default)
Sets the threshold for the AC input signal.
- Parameters:
power – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Power’)
- set(input_ac_thres_abs: float, power=Power.Default) None[source]
# POWer<*>:ONOFf:INPut:AC:ABSolute[:VALue] driver.power.onOff.inputPy.ac.absolute.value.set(input_ac_thres_abs = 1.0, power = repcap.Power.Default)
Sets the threshold for the AC input signal.
- Parameters:
input_ac_thres_abs – 0 to 1E+26
power – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Power’)