Property (Read-Write)
SCPI.DISPlay.TR(Ch).TRACe(Tr).Y.SCALe.RPOSition = Value
Value = SCPI.DISPlay.TR(Ch).TRACe(Tr).Y.SCALe.RPOSition
This command sets/gets scale reference position, for the selected trace Tr of the selected channel Ch.
Parameter |
Value |
Description |
Scale reference position |
Data Type |
Long integer type (Long) |
Range |
0 ~ 30 |
Preset Value |
5 |
Unit |
Div |
Resolution |
- |
Preset Effect |
Yes |
Save-Recall Effect |
Yes |
Error |
- |
Dim Var as Long
Var= 0
SCPI.DISPlay.TR1.TRACe4.Y.SCALe.RPOSition = Var
Var = SCPI.DISPlay.TR1.TRACe4.Y.SCALe.RPOSition
SCPI.DISPlay.TR(Ch).TRACe(Tr).Y.SCALe.AUTO
SCPI.DISPlay.TR(Ch).TRACe(Tr).Y.SCALe.PDIVision
SCPI.DISPlay.TR(Ch).TRACe(Tr).Y.SCALe.RLEVel
TR Menu: Scale > Reference Position
:DISPlay:TR[1-1]:TRACe[1-8]:Y[:SCALe]:RPOSition {0 ~ 30}
:DISPlay:TR[1-1]:TRACe[1-8]:Y[:SCALe]:RPOSition?
{0 ~ 30} <newline><^END>
10 OUTPUT 717;":DISPlay:TR1:TRACe4:Y[:SCALe]:RPOSition 0 "
20 OUTPUT 717;":DISPlay:TR1:TRACe4:Y[:SCALe]:RPOSition ?"
30 ENTER 717;A