TypePy

SCPI Command :

P3PHase<*>:EFFiciency:OUTPut<*>:TYPE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(power3PhaseMeas=Power3PhaseMeas.Default, output=Output.Default) PowerCoupling[source]
# P3PHase<*>:EFFiciency:OUTPut<*>:TYPE
value: enums.PowerCoupling = driver.p3Phase.efficiency.output.typePy.get(power3PhaseMeas = repcap.Power3PhaseMeas.Default, output = repcap.Output.Default)

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

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

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

Returns:

input_type: DC | AC

set(input_type: PowerCoupling, power3PhaseMeas=Power3PhaseMeas.Default, output=Output.Default) None[source]
# P3PHase<*>:EFFiciency:OUTPut<*>:TYPE
driver.p3Phase.efficiency.output.typePy.set(input_type = enums.PowerCoupling.AC, power3PhaseMeas = repcap.Power3PhaseMeas.Default, output = repcap.Output.Default)

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

Parameters:
  • input_type – DC | AC

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

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