W2V2A

SCPI Command :

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

Selects the voltage source waveform. Analog channels and math waveforms can be used.

Parameters:

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

Returns:

sources: C1 | C2 | … | C8 | M1 | M2 | … | M8

set(sources: List[SignalSource], power3PhaseMeas=Power3PhaseMeas.Default) None[source]
# P3PHase<*>:QUALity:SOURce:VOLTage:W2V2a
driver.p3Phase.quality.source.voltage.w2V2A.set(sources = [SignalSource.C1, SignalSource.XY4], power3PhaseMeas = repcap.Power3PhaseMeas.Default)

Selects the voltage source waveform. Analog channels and math waveforms can be used.

Parameters:
  • sources – C1 | C2 | … | C8 | M1 | M2 | … | M8

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