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

Object Type

Property (Read-Write)

Syntax

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

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

Description

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

Variable

Parameter

   Value

Description

X 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.X.UNIT = Var
Var = SCPI.DISPlay.USER1.TRACe8.X.UNIT

Related Objects

SCPI.DISPlay.USER(Ch).TRACe(Tr).X.SCALe.AUTO

SCPI.DISPlay.USER(Ch).TRACe(Tr).X.SCALe.LEFT

SCPI.DISPlay.USER(Ch).TRACe(Tr).X.SCALe.RIGHt

SCPI.DISPlay.USER(Ch).TRACe(Tr).X.TYPE

Equivalent Key

USER Menu: Scale > X Unit

Equivalent SCPI Command

Syntax

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

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

Query Response

{String}<newline><^END>

Example of use

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