Enable
SCPI Command :
P3PHase<*>[:ENABle]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(power3PhaseMeas=Power3PhaseMeas.Default) bool[source]
# P3PHase<*>[:ENABle] value: bool = driver.p3Phase.enable.get(power3PhaseMeas = repcap.Power3PhaseMeas.Default)
Enables the 3-phase power measurement instance.
- 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<*>[:ENABle] driver.p3Phase.enable.set(state = False, power3PhaseMeas = repcap.Power3PhaseMeas.Default)
Enables the 3-phase power measurement instance.
- Parameters:
state – OFF | ON
power3PhaseMeas – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘P3Phase’)