Property (Read-Write)
SCPI.STATus.OPERation.ENABle = Value
Value = SCPI.STATus.OPERation.ENABle
This command sets/gets the value of Operation Status Enable Register.
Parameter |
Value |
Description |
Value of the Operation Status Enable Register |
Data type |
Long integer type (Long) |
Range |
0 to 65535 |
Preset value |
0 |
Note |
The bit 0 to 3, bit 6 to13 and bit 15 can not be set to 1. |
Dim Stat As Long
SCPI.STATus.OPERation.ENABle = 16
Stat = SCPI.STATus.OPERation.ENABle
No equivalent key is available on the front panel.
:STATus:OPERation:ENABle <numeric>
:STATus:OPERation:ENABle?
{numeric}<newline><^END>
10 OUTPUT 717;":STAT:OPER:ENAB 16"
20 OUTPUT 717;":STAT:OPER:ENAB?"
30 ENTER 717;A