TypePy

SCPI Command :

POWer<*>:EFFiciency:INPut[:TYPE]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(power=Power.Default) PowerCoupling[source]
# POWer<*>:EFFiciency:INPut[:TYPE]
value: enums.PowerCoupling = driver.power.efficiency.inputPy.typePy.get(power = repcap.Power.Default)

Selects the type of the current flow: AC or DC.

Parameters:

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

set(input_type: PowerCoupling, power=Power.Default) None[source]
# POWer<*>:EFFiciency:INPut[:TYPE]
driver.power.efficiency.inputPy.typePy.set(input_type = enums.PowerCoupling.AC, power = repcap.Power.Default)

Selects the type of the current flow: AC or DC.

Parameters:
  • input_type – DC | AC

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