Ysource
SCPI Command :
WAVeform<*>:XYCurve:YSOurce
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(waveform=Waveform.Default) SignalSource[source]
# WAVeform<*>:XYCurve:YSOurce value: enums.SignalSource = driver.waveform.xyCurve.ysource.get(waveform = repcap.Waveform.Default)
Defines the signal source that supplies the y-values of the XY-diagram.
- Parameters:
waveform – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Waveform’)
- Returns:
ysource: Source of y-values, see ‘Waveform parameter’
- set(ysource: SignalSource, waveform=Waveform.Default) None[source]
# WAVeform<*>:XYCurve:YSOurce driver.waveform.xyCurve.ysource.set(ysource = enums.SignalSource.AJ1, waveform = repcap.Waveform.Default)
Defines the signal source that supplies the y-values of the XY-diagram.
- Parameters:
ysource – Source of y-values, see ‘Waveform parameter’
waveform – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Waveform’)