Property (Read-Write)
SCPI.IEEE4882.SRE = Value
Value = SCPI.IEEE4882.SRE
This command sets/gets the value of Service Request Enable Register.
|
Parameter |
Value |
|
Description |
Value of the Service Request 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. Note that bit 6 cannot be set to 1. |
Dim Stat As Long
SCPI.IEEE4882.SRE = 8
Stat = SCPI.IEEE4882.SRE
SCPI.STATus.QUEStionable.ENABle
No equivalent key is available on the front panel.
*SRE <numeric>
*SRE?
{numeric}<newline><^END>
10 OUTPUT 717;"*SRE 128"
20 OUTPUT 717;"*SRE?"
30 ENTER 717;A