Property (Read-Write)
SCPI.DISPlay.SP(Ch).TRACe(Tr).Y.SCALe.PDIVision = Value
Value = SCPI.DISPlay.SP(Ch).TRACe(Tr).Y.SCALe.PDIVision
This command sets/gets scale per division, for the selected trace Tr of the selected channel Ch.
Parameter |
Value |
Description |
Scale per division |
Data Type |
Double precision floating point type (Double) |
Range |
1a ~ 10G |
Preset Value |
10 |
Unit |
- |
Resolution |
- |
Preset Effect |
Yes |
Save-Recall Effect |
Yes |
Error |
- |
Dim Var as Double
Var= 0.000000000001
SCPI.DISPlay.SP1.TRACe1.Y.SCALe.PDIVision = Var
Var = SCPI.DISPlay.SP1.TRACe1.Y.SCALe.PDIVision
SCPI.DISPlay.SP(Ch).TRACe(Tr).Y.SCALe.AUTO
SCPI.DISPlay.SP(Ch).TRACe(Tr).Y.SCALe.RLEVel
SCPI.DISPlay.SP(Ch).TRACe(Tr).Y.SCALe.RPOSition
SP Menu: Scale > Scale/Div
:DISPlay:SP[1-1]:TRACe[1-1]:Y[:SCALe]:PDIVision {1a ~ 10G}
:DISPlay:SP[1-1]:TRACe[1-1]:Y[:SCALe]:PDIVision?
{1a ~ 10G} <newline><^END>
10 OUTPUT 717;":DISPlay:SP1:TRACe1:Y[:SCALe]:PDIVision 0.000000000001"
20 OUTPUT 717;":DISPlay:SP1:TRACe1:Y[:SCALe]:PDIVision ?"
30 ENTER 717;A