Value

SCPI Command :

POWer<*>:ONOFf:INPut:DC:ABSolute[:VALue]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(power=Power.Default) float[source]
# POWer<*>:ONOFf:INPut:DC:ABSolute[:VALue]
value: float = driver.power.onOff.inputPy.dc.absolute.value.get(power = repcap.Power.Default)

Sets the threshold for the DC input signal.

Parameters:

power – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Power’)

set(input_dc_thres_abs: float, power=Power.Default) None[source]
# POWer<*>:ONOFf:INPut:DC:ABSolute[:VALue]
driver.power.onOff.inputPy.dc.absolute.value.set(input_dc_thres_abs = 1.0, power = repcap.Power.Default)

Sets the threshold for the DC input signal.

Parameters:
  • input_dc_thres_abs – -1E+26 to 1E+26

  • power – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Power’)