Property (Read-Write)
SCPI.DISPlay.PROGress.STATe = Value
Value = SCPI.DISPlay.PROGress.STATe
This command sets/gets progress display update.
|
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 |
- |
Dim Var as Boolean
Var= 1
SCPI.DISPlay.PROGress.STATe = Var
Var = SCPI.DISPlay.PROGress.STATe
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
:DISPlay:PROGress:STATe {ON|OFF|1|0}
:DISPlay:PROGress:STATe?
{ON|OFF|1|0} <newline><^END>
10 OUTPUT 717;":DISPlay:PROGress:STATe 1"
20 OUTPUT 717;":DISPlay:PROGress:STATe ?"
30 ENTER 717;A