SCPI.DISPlay.TR(Ch).ANNotation.MEASurement.STATe

Object Type

Property (Read-Write)

Syntax

SCPI.DISPlay.TR(Ch).ANNotation.MEASurement.STATe = Value

Value = SCPI.DISPlay.TR(Ch).ANNotation.MEASurement.STATe

Description

This command Show/Hide measurement setting, for the selected channel Ch.

Variable

Parameter

   Value

Description

Show/Hide measurement setting

Data Type

Boolean type (Boolean)

Range

ON|OFF|1|0

Preset Value

ON

Unit

-

Resolution

-

Preset Effect

Yes

Save-Recall Effect

Yes

Error

-

Examples

Dim Var as Boolean
Var= 1
SCPI.DISPlay.TR1.ANNotation.MEASurement.STATe = Var
Var = SCPI.DISPlay.TR1.ANNotation.MEASurement.STATe

Related Objects

SCPI.DISPlay.TR(Ch).ANNotation.MARKer.POSition

Equivalent Key

TR Menu: Display > Meas Condition

Equivalent SCPI Command

Syntax

:DISPlay:TR[1-1]:ANNotation:MEASurement:STATe {ON|OFF|1|0}

:DISPlay:TR[1-1]:ANNotation:MEASurement:STATe?

Query Response

{ON|OFF|1|0} <newline><^END>

Example of use

10 OUTPUT 717;":DISPlay:TR1:ANNotation:MEASurement:STATe 1"
20 OUTPUT 717;":DISPlay:TR1:ANNotation:MEASurement:STATe ?"
30 ENTER 717;A