Property (Read-Write)
SCPI.DISPlay.TR(Ch).TRACe(Tr).Y.SCALe.RLEVel = Value
Value = SCPI.DISPlay.TR(Ch).TRACe(Tr).Y.SCALe.RLEVel
This command sets/gets scale reference level, for the selected trace Tr of the selected channel Ch.
|
Parameter |
Value |
|
Description |
Scale reference level |
|
Data Type |
Double precision floating point type (Double) |
|
Range |
-500G ~ 500G |
|
Preset Value |
800M |
|
Unit |
- |
|
Resolution |
- |
|
Preset Effect |
Yes |
|
Save-Recall Effect |
Yes |
|
Error |
- |
Dim Var as Double
Var= -500000000000
SCPI.DISPlay.TR1.TRACe4.Y.SCALe.RLEVel = Var
Var = SCPI.DISPlay.TR1.TRACe4.Y.SCALe.RLEVel
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.RPOSition
TR Menu: Scale > Reference Value
TR Menu: Scale > Marker > Reference
:DISPlay:TR[1-1]:TRACe[1-8]:Y[:SCALe]:RLEVel {-500G ~ 500G}
:DISPlay:TR[1-1]:TRACe[1-8]:Y[:SCALe]:RLEVel?
{-500G ~ 500G} <newline><^END>
10 OUTPUT 717;":DISPlay:TR1:TRACe4:Y[:SCALe]:RLEVel -500000000000"
20 OUTPUT 717;":DISPlay:TR1:TRACe4:Y[:SCALe]:RLEVel ?"
30 ENTER 717;A