E4990A Help
618
Equivalent Softkey
No equivalent key is available on the front panel.
COM Command Syntax (Internal Control Only)
SCPI.STATUS.OPERATION.CONDITION
:STAT:OPER:ENAB
Type
Command/Query
Syntax
:STATus:OPERation:ENABle <Value>
:STATus:OPERation:ENABle?
Description
This command sets/gets the value of Operation Status Enable Register.
The bit 0 to 3, and bit 6 to 15 cannot be set to
1.
Variable
Parameter Value
Description Value of the Operation Status Enable Register
Data Type Numeric type (Integer)
Range 0 to 65535
Preset Value 0
Query Response
{numeric}<newline><^END>
Examples
Dim Var as Long
Var= 1
Ana.WriteString ":STAT:OPER:ENAB " & Str(Var), True
Ana.WriteString ":STAT:OPER:ENAB?", True
Var=Ana.ReadNumber
Related Commands
*SRE
:STAT:OPER:NTR
:STAT:OPER:PTR