Ysource
SCPI Command :
XY<*>:YSOurce
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(xyAxis=XyAxis.Default) SignalSource[source]
# XY<*>:YSOurce value: enums.SignalSource = driver.xy.ysource.get(xyAxis = repcap.XyAxis.Default)
Defines the signal source that supplies the y-values of the XY-diagram.
- Parameters:
xyAxis – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Xy’)
- Returns:
ysource: NONE | C1 | C2 | … | C8 | M1 | M2 | … | M8 | R1 | R2 | … | R8 | TRK1 | TRK2 | TRK3 | … | TRK24 | OnC1 | OnC2 | … | OnC8 (n = 2 to 11
- set(ysource: SignalSource, xyAxis=XyAxis.Default) None[source]
# XY<*>:YSOurce driver.xy.ysource.set(ysource = enums.SignalSource.C1, xyAxis = repcap.XyAxis.Default)
Defines the signal source that supplies the y-values of the XY-diagram.
- Parameters:
ysource – 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’)