Xsource

SCPI Command :

WAVeform<*>:XYCurve:XSOurce
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(waveform=Waveform.Default) SignalSource[source]
# WAVeform<*>:XYCurve:XSOurce
value: enums.SignalSource = driver.waveform.xyCurve.xsource.get(waveform = repcap.Waveform.Default)

Defines the signal source that supplies the x-values of the XY-diagram.

Parameters:

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

Returns:

xsource: Source of x-values, see ‘Waveform parameter’

set(xsource: SignalSource, waveform=Waveform.Default) None[source]
# WAVeform<*>:XYCurve:XSOurce
driver.waveform.xyCurve.xsource.set(xsource = enums.SignalSource.AJ1, waveform = repcap.Waveform.Default)

Defines the signal source that supplies the x-values of the XY-diagram.

Parameters:
  • xsource – Source of x-values, see ‘Waveform parameter’

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