Property (Read-Write)
SCPI.DISPlay.TR(Ch).TRACe(Tr).X.SCALe.LEFT = Value
Value = SCPI.DISPlay.TR(Ch).TRACe(Tr).X.SCALe.LEFT
This command sets/gets left 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.TR(Ch).TRACe(Tr).X.SCALe.AUTO) is set to OFF.
|
Parameter |
Value |
|
Description |
Left setting for X axis |
|
Data Type |
Double precision floating point type (Double) |
|
Range |
-8 ~ 10.99999999 |
|
Preset Value |
-50m |
|
Unit |
- |
|
Resolution |
- |
|
Preset Effect |
Yes |
|
Save-Recall Effect |
Yes |
|
Error |
- |
Dim Var as Double
Var= 0
SCPI.DISPlay.TR1.TRACe4.X.SCALe.LEFT = Var
Var = SCPI.DISPlay.TR1.TRACe4.X.SCALe.LEFT
SCPI.DISPlay.TR(Ch).TRACe(Tr).X.SCALe.AUTO
SCPI.DISPlay.TR(Ch).TRACe(Tr).X.SCALe.RIGHt
TR Menu: Scale > X Axis > Left
:DISPlay:TR[1-1]:TRACe[1-8]:X[:SCALe]:LEFT {-8 ~ 10.99999999}
:DISPlay:TR[1-1]:TRACe[1-8]:X[:SCALe]:LEFT?
{-8 ~ 10.99999999} <newline><^END>
10 OUTPUT 717;":DISPlay:TR1:TRACe4:X[:SCALe]:LEFT 0"
20 OUTPUT 717;":DISPlay:TR1:TRACe4:X[:SCALe]:LEFT ?"
30 ENTER 717;A