Property (Read-Write)
SCPI.IEEE4882.ESE = Value
Value = SCPI.IEEE4882.ESE
This command sets/gets the value of Standard Event Status Enable Register.
Parameter |
Value |
Description |
Value of the Standard Event Status Enable Register |
Data Type |
Long integer type (Long) |
Range |
0 ~ 255 |
Preset Value |
0 |
Unit |
- |
Resolution |
- |
Preset Effect |
No |
Save-Recall Effect |
No |
Error |
- |
Dim Var as Long
Var= 0
SCPI.IEEE4882.ESE = Var
Var = SCPI.IEEE4882.ESE
No equivalent key is available on the front panel.
*ESE {0 ~ 255}
*ESE?
{0 ~ 255} <newline><^END>
10 OUTPUT 717;"*ESE 0 "
20 OUTPUT 717;"*ESE ?"
30 ENTER 717;A