Value

SCPI Command :

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

Sets the threshold for the selected output signal.

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

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

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

Sets the threshold for the selected output signal.

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

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

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