W2V2A

SCPI Command :

P3PHase<*>:QUALity:SOURce:LINes:W2V2a
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(power3PhaseMeas=Power3PhaseMeas.Default) List[P3PhaseSourceLines][source]
# P3PHase<*>:QUALity:SOURce:LINes:W2V2a
value: List[enums.P3PhaseSourceLines] = driver.p3Phase.quality.source.lines.w2V2A.get(power3PhaseMeas = repcap.Power3PhaseMeas.Default)

Select the configuration for your probe setup. Selects the gate that is used for limiting the range of the 3-phase power quality measurement. This setting is only necessary, if you have configured method RsMxo.p3Phase.harmonics.source.wiring.set() =W2V2A.

Parameters:

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

set(lines: List[P3PhaseSourceLines], power3PhaseMeas=Power3PhaseMeas.Default) None[source]
# P3PHase<*>:QUALity:SOURce:LINes:W2V2a
driver.p3Phase.quality.source.lines.w2V2A.set(lines = [P3PhaseSourceLines.V12LV32L, P3PhaseSourceLines.V21LV31L], power3PhaseMeas = repcap.Power3PhaseMeas.Default)

Select the configuration for your probe setup. Selects the gate that is used for limiting the range of the 3-phase power quality measurement. This setting is only necessary, if you have configured method RsMxo.p3Phase.harmonics.source.wiring.set() =W2V2A.

Parameters:
  • lines – V12LV32L | V13LV23L | V21LV31L

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