Wiring
SCPI Command :
P3PHase<*>:QUALity:SOURce:WIRing
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(power3PhaseMeas=Power3PhaseMeas.Default) P3PhaseSourceWiring[source]
# P3PHase<*>:QUALity:SOURce:WIRing value: enums.P3PhaseSourceWiring = driver.p3Phase.quality.source.wiring.get(power3PhaseMeas = repcap.Power3PhaseMeas.Default)
Configures how your probes are connected to the three-phase device. It allows you to visualize the connections for proper setup. If you can only measure on four channels, select the W2V2A wiring.
- Parameters:
power3PhaseMeas – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘P3Phase’)
- Returns:
wiring: W2V2A | W3V3A | W3VN3A
- set(wiring: P3PhaseSourceWiring, power3PhaseMeas=Power3PhaseMeas.Default) None[source]
# P3PHase<*>:QUALity:SOURce:WIRing driver.p3Phase.quality.source.wiring.set(wiring = enums.P3PhaseSourceWiring.W2V2A, power3PhaseMeas = repcap.Power3PhaseMeas.Default)
Configures how your probes are connected to the three-phase device. It allows you to visualize the connections for proper setup. If you can only measure on four channels, select the W2V2A wiring.
- Parameters:
wiring – W2V2A | W3V3A | W3VN3A
power3PhaseMeas – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘P3Phase’)