W3Vn3A
SCPI Command :
P3PHase<*>:QUALity:SOURce:CURRent:W3VN3a
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(power3PhaseMeas=Power3PhaseMeas.Default) List[SignalSource][source]
# P3PHase<*>:QUALity:SOURce:CURRent:W3VN3a value: List[enums.SignalSource] = driver.p3Phase.quality.source.current.w3Vn3A.get(power3PhaseMeas = repcap.Power3PhaseMeas.Default)
Selects the current 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:CURRent:W3VN3a driver.p3Phase.quality.source.current.w3Vn3A.set(sources = [SignalSource.C1, SignalSource.XY4], power3PhaseMeas = repcap.Power3PhaseMeas.Default)
Selects the current 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’)