Property (Read-Write)
SCPI.DISPlay.USER(Ch).TRACe(Tr).Y.UNIT = Value
Value = SCPI.DISPlay.USER(Ch).TRACe(Tr).Y.UNIT
This command sets/gets Y axis unit, for the selected trace Tr of the selected channel Ch.
|
Parameter |
Value |
|
Description |
Y axis unit |
|
Data Type |
Character string type (String) |
|
Range |
254 chars |
|
Preset Value |
"U" |
|
Unit |
- |
|
Resolution |
- |
|
Preset Effect |
Yes |
|
Save-Recall Effect |
Yes |
|
Error |
- |
Dim Var as String
SCPI.DISPlay.USER1.TRACe8.Y.UNIT = Var
Var = SCPI.DISPlay.USER1.TRACe8.Y.UNIT
SCPI.DISPlay.USER(Ch).TRACe(Tr).Y.SCALe.AUTO
SCPI.DISPlay.USER(Ch).TRACe(Tr).Y.SCALe.PDIVision
SCPI.DISPlay.USER(Ch).TRACe(Tr).Y.SCALe.RLEVel
SCPI.DISPlay.USER(Ch).TRACe(Tr).Y.SCALe.RPOSition
USER Menu: Scale > Y Unit
:DISPlay:USER[1-1]:TRACe[1-8]:Y:UNIT
:DISPlay:USER[1-1]:TRACe[1-8]:Y:UNIT?
{String}<newline><^END>
10 OUTPUT 717;":DISPlay:USER1:TRACe8:Y:UNIT Sample_Text"
20 OUTPUT 717;":DISPlay:USER1:TRACe8:Y:UNIT ?"
30 ENTER 717;A$