Property (Read-Write)
SCPI.DISPlay.FP(Ch).TRACe(Tr).X.SCALe.RIGHt = Value
Value = SCPI.DISPlay.FP(Ch).TRACe(Tr).X.SCALe.RIGHt
This command sets/gets Right setting for X axis, for the selected trace Tr of the selected channel Ch.
This command is available only when the automatic setting of the X-axis disÂplay range (set with SCPI.DISPlay.FP(Ch).TRACe(Tr).X.SCALe.AUTO) is set to OFF.
Parameter |
Value |
Description |
Right setting for X axis |
Data Type |
Double precision floating point type (Double) |
Range |
-14.999999 ~ 1.001k |
Preset Value |
100u |
Unit |
- |
Resolution |
- |
Preset Effect |
Yes |
Save-Recall Effect |
Yes |
Error |
- |
Dim Var as Double
Var= 0
SCPI.DISPlay.FP1.TRACe4.X.SCALe.RIGHt = Var
Var = SCPI.DISPlay.FP1.TRACe4.X.SCALe.RIGHt
SCPI.DISPlay.FP(Ch).TRACe(Tr).X.SCALe.AUTO
SCPI.DISPlay.FP(Ch).TRACe(Tr).X.SCALe.LEFT
FP Menu: Scale > X Axis > Right
:DISPlay:FP[1-1]:TRACe[1-4]:X[:SCALe]:RIGHt {-14.999999 ~ 1.001k}
:DISPlay:FP[1-1]:TRACe[1-4]:X[:SCALe]:RIGHt?
{-14.999999 ~ 1.001k} <newline><^END>
10 OUTPUT 717;":DISPlay:FP1:TRACe4:X[:SCALe]:RIGHt 0"
20 OUTPUT 717;":DISPlay:FP1:TRACe4:X[:SCALe]:RIGHt ?"
30 ENTER 717;A