Programming
487
This command presets the E4990A to its default settings and is different
from setting state preset with the :SYST:PRES as the continuous initiation
mode (see :INIT:CONT) of channel 1 is set to OFF.
Examples
Ana.WriteString "*RST", True
Related Commands
:SYST:PRES
:SYST:UPR
Equivalent Softkey
No equivalent key is available on the front panel.
COM Command Syntax (Internal Control Only)
SCPI.IEEE4882.RST
*SRE
Type
Command/Query
Syntax
*SRE <Value>
*SRE?
Description
This command sets/gets the value of Service Request Enable Register.
Only bit [0-5,7] are used.
Variable
Parameter Value
Description Value of the Service Request Enable Register
Data Type Numeric type (Integer)
Query Response
{numeric}<newline><^END>
Examples
Dim Var as Long
Ana.WriteString "*SRE " & Var, True
Ana.WriteString "*SRE?", True
Var=Ana.ReadString
Related Commands
*ESE
:STAT:OPER:ENAB