Property (Read-Write)
SCPI.IEEE4882.ESE = Value
Value = SCPI.IEEE4882.ESE
This command sets/gets the value of the Standard Event Status Enable Register.
Parameter |
Value |
Description |
Value of the Standard Event Status Enable Register |
Data type |
Long integer type (Long) |
Range |
0 to 255 |
Preset value |
0 |
Note |
If the specified variable is out of the allowable setup range, the result of bitwise AND with 255 (0xff) is set. |
Dim Stat As Long
SCPI.IEEE4882.ESE = 16
Stat = SCPI.IEEE4882.ESE
No equivalent key is available on the front panel.
*ESE <numeric>
*ESE?
{numeric}<newline><^END>
10 OUTPUT 717;"*ESE 16"
20 OUTPUT 717;"*ESE?"
30 ENTER 717;A