Xsource

SCPI Command :

XY<*>:XSOurce
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(xyAxis=XyAxis.Default) SignalSource[source]
# XY<*>:XSOurce
value: enums.SignalSource = driver.xy.xsource.get(xyAxis = repcap.XyAxis.Default)

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

Parameters:

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

Returns:

xsource: NONE | C1 | C2 | … | C8 | M1 | M2 | … | M8 | R1 | R2 | … | R8 | TRK1 | TRK2 | TRK3 | … | TRK24 | OnC1 | OnC2 | … | OnC8 (n = 2 to 11

set(xsource: SignalSource, xyAxis=XyAxis.Default) None[source]
# XY<*>:XSOurce
driver.xy.xsource.set(xsource = enums.SignalSource.C1, xyAxis = repcap.XyAxis.Default)

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

Parameters:
  • xsource – NONE | C1 | C2 | … | C8 | M1 | M2 | … | M8 | R1 | R2 | … | R8 | TRK1 | TRK2 | TRK3 | … | TRK24 | OnC1 | OnC2 | … | OnC8 (n = 2 to 11

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