SX8 User Manual
G-‐UM-‐00004 Rev 006
33 of 45
:STATus:OPERation:NTRansition?
Syntax
:STATus:OPEReration:NTRansition?
Function Returns the contents of the operation negative transition
register as an integer that, when converted to a binary
number, represents the bit values of the register.
Example
STAT:OPER:NTR 12;NTR?
returns 12.
:STATus:OPERation:PTRansition
Syntax
:STATus:OPERation:PTRansition
<space><NRf>
Function Sets the bits of the operation positive transition register. The
NRf value is converted to a binary number. The bits of the
register are set to match the bits of the binary number.
Example
STAT:OPER:PTR 255
sets the bits of the operation positive
transition register to 0000000011111110.
:STATus:OPERation:PTRansition?
Syntax
:STATus:OPERation:PTRansition?
Function Returns the contents of the operation positive transition
register as an integer that, when converted to a binary
number, represents the bit values of the register.
Example
STAT:OPER:PTR 12;PTR?
returns 12.
:STATus:QUEStionable:CONDition?
Syntax
:STATus:QUEStionable:CONDition?
Function Returns the contents of the questionable condition register
as an integer that, when converted to a binary number,
represents the bit values of the register.
The switch only uses bit 1 of the register. Bit 1, the Settle bit,
is set when the switching mechanism is in the process of
switching.
Example
:STAT:QUES:COND?