SCPI.DISPlay.SP(Ch).TABLe.STATe

Object Type

Property (Read-Write)

Syntax

SCPI.DISPlay.SP(Ch).TABLe.STATe = Value

Value = SCPI.DISPlay.SP(Ch).TABLe.STATe

Description

This command show/hide text area, for the selected channel Ch.

Variable

Parameter

   Value

Description

Show/hide text area

Data Type

Boolean type (Boolean)

Range

ON|OFF|1|0

Preset Value

OFF

Unit

-

Resolution

-

Preset Effect

Yes

Save-Recall Effect

Yes

Error

-

Examples

Dim Var as Boolean
Var= 1
SCPI.DISPlay.SP1.TABLe.STATe = Var
Var = SCPI.DISPlay.SP1.TABLe.STATe

Equivalent Key

SP Menu: Marker > Marker List

Equivalent SCPI Command

Syntax

:DISPlay:SP[1-1]:TABLe[:STATe] {ON|OFF|1|0}

:DISPlay:SP[1-1]:TABLe[:STATe]?

Query Response

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

Example of use

10 OUTPUT 717;":DISPlay:SP1:TABLe[:STATe] 1"
20 OUTPUT 717;":DISPlay:SP1:TABLe[:STATe] ?"
30 ENTER 717;A