SCPI.DISPlay.USER(Ch).TRACe(Tr).Y.UNIT

Object Type

Property (Read-Write)

Syntax

SCPI.DISPlay.USER(Ch).TRACe(Tr).Y.UNIT = Value

Value = SCPI.DISPlay.USER(Ch).TRACe(Tr).Y.UNIT

Description

This command sets/gets Y axis unit, for the selected trace Tr of the selected channel Ch.

Variable

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

-

Examples

Dim Var as String
SCPI.DISPlay.USER1.TRACe8.Y.UNIT = Var
Var = SCPI.DISPlay.USER1.TRACe8.Y.UNIT

Related Objects

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

Equivalent Key

USER Menu: Scale > Y Unit

Equivalent SCPI Command

Syntax

:DISPlay:USER[1-1]:TRACe[1-8]:Y:UNIT

:DISPlay:USER[1-1]:TRACe[1-8]:Y:UNIT?

Query Response

{String}<newline><^END>

Example of use

10 OUTPUT 717;":DISPlay:USER1:TRACe8:Y:UNIT Sample_Text"
20 OUTPUT 717;":DISPlay:USER1:TRACe8:Y:UNIT ?"
30 ENTER 717;A$