TypePy

SCPI Command :

POWer<*>:EFFiciency:OUTPut<*>[:TYPE]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(power=Power.Default, output=Output.Default) PowerCoupling[source]
# POWer<*>:EFFiciency:OUTPut<*>[:TYPE]
value: enums.PowerCoupling = driver.power.efficiency.output.typePy.get(power = repcap.Power.Default, output = repcap.Output.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’)

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

set(input_type: PowerCoupling, power=Power.Default, output=Output.Default) None[source]
# POWer<*>:EFFiciency:OUTPut<*>[:TYPE]
driver.power.efficiency.output.typePy.set(input_type = enums.PowerCoupling.AC, power = repcap.Power.Default, output = repcap.Output.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’)

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