TypePy

SCPI Command :

P3PHase<*>:EFFiciency:INPut:TYPE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(power3PhaseMeas=Power3PhaseMeas.Default) PowerCoupling[source]
# P3PHase<*>:EFFiciency:INPut:TYPE
value: enums.PowerCoupling = driver.p3Phase.efficiency.inputPy.typePy.get(power3PhaseMeas = repcap.Power3PhaseMeas.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’)

Returns:

input_type: DC | AC

set(input_type: PowerCoupling, power3PhaseMeas=Power3PhaseMeas.Default) None[source]
# P3PHase<*>:EFFiciency:INPut:TYPE
driver.p3Phase.efficiency.inputPy.typePy.set(input_type = enums.PowerCoupling.AC, power3PhaseMeas = repcap.Power3PhaseMeas.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’)