Enable

SCPI Command :

P3PHase<*>:QUALity:PHASor[:ENABle]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(power3PhaseMeas=Power3PhaseMeas.Default) bool[source]
# P3PHase<*>:QUALity:PHASor[:ENABle]
value: bool = driver.p3Phase.quality.phasor.enable.get(power3PhaseMeas = repcap.Power3PhaseMeas.Default)

Enables the phasor measurement for the 3-phase power quality analysis.

Parameters:

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

Returns:

state: OFF | ON

set(state: bool, power3PhaseMeas=Power3PhaseMeas.Default) None[source]
# P3PHase<*>:QUALity:PHASor[:ENABle]
driver.p3Phase.quality.phasor.enable.set(state = False, power3PhaseMeas = repcap.Power3PhaseMeas.Default)

Enables the phasor measurement for the 3-phase power quality analysis.

Parameters:
  • state – OFF | ON

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