W3V3A
SCPI Command :
P3PHase<*>:HARMonics:SOURce:VOLTage:W3V3a
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(power3PhaseMeas=Power3PhaseMeas.Default) List[SignalSource][source]
# P3PHase<*>:HARMonics:SOURce:VOLTage:W3V3a value: List[enums.SignalSource] = driver.p3Phase.harmonics.source.voltage.w3V3A.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<*>:HARMonics:SOURce:VOLTage:W3V3a driver.p3Phase.harmonics.source.voltage.w3V3A.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’)