SCPI.DISPlay.PROGress.STATe

Object Type

Property (Read-Write)

Syntax

SCPI.DISPlay.PROGress.STATe = Value

Value = SCPI.DISPlay.PROGress.STATe

Description

This command sets/gets progress display update.

Variable

Parameter

   Value

Description

Progress display update

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.PROGress.STATe = Var
Var = SCPI.DISPlay.PROGress.STATe

Equivalent Key

PN Menu: Display > Progress Indicator

SP Menu: Display > Progress Indicator

FP Menu: Display > Progress Indicator

TR Menu: Display > Progress Indicator

AM Menu: Display > Progress Indicator

BB Menu: Display > Progress Indicator

PS Menu: Display > Progress Indicator

USER Menu: Display > Progress Indicator

Equivalent SCPI Command

Syntax

:DISPlay:PROGress:STATe {ON|OFF|1|0}

:DISPlay:PROGress:STATe?

Query Response

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

Example of use

10 OUTPUT 717;":DISPlay:PROGress:STATe 1"
20 OUTPUT 717;":DISPlay:PROGress:STATe ?"
30 ENTER 717;A