:STATus:OPERation:NTRansition
Description
Gets or sets the value of the negative transition filter register. Setting a bit in the negative transition filter register causes a 1
to 0
transition of the corresponding operation condition register bit to set the associated bit in the operation event register.
Note
Reading the register has no effect on the content of the register.
Syntax | Parameter |
---|---|
:STATus:OPERation:NTRansition |
<numeric > |
Parameters | accepted format | possible Errors |
---|---|---|
<numeric > |
Range from 0 to 65535 |
OutOfRangeError |
Bit value | code | description |
---|---|---|
Bit 0 - 1 | CALIbrating |
The device is calibrating. |
Bit 1 - 2 | SETTing |
The device is setting. |
Bit 2 - 4 | RANGing |
The device is ranging. |
Bit 3 - 8 | SWEeping |
The device is performing a sweep. |
Bit 4 - 16 | MEASuring |
The device is performing a measurement. |
Bit 5 - 32 | Waiting for TRIGger Summary |
The device is waiting for a trigger signal. |
Bit 6 - 64 | Waiting for ARM Summary |
The device is waiting for ARM. |
Bit 7 - 128 | CORRecting |
The device is performing some corrections. |
Bit 8 - 256 | Not used |
This bit is not used. |
Bit 9 - 512 | Not used |
This bit is not used. |
Bit 10 - 1024 | Not used |
This bit is not used. |
Bit 11 - 2048 | Not used |
This bit is not used. |
Bit 12 - 4096 | Not used |
This bit is not used. |
Bit 13 - 8192 | INSTrument Summary |
A summary of the instruments register. |
Bit 14 - 16384 | PROGram Running |
A program is running. |
Bit 15 - 32768 | Not used |
This bit is not used. |
Sample usage
Enable all negative transitions to be reported in the associated operation event register.
Input:
var visaSession = new TcpipSocket(VISA_RESOURCENAME); visaSession.RawIO.Write(":STAT:OPER:NTR 65535\n");