SX8 User Manual
G-‐UM-‐00004 Rev 006
32 of 45
:STATus:OPERation:ENABle
Syntax
STATus:OPERation:ENABle
<space><NRf>
Function Sets the bits in the operation enable register. The NRf value
is converted to a binary number. The bits of the register are
set to match the bit values of the binary number.
Example
:STATUS:OPERATION:ENABLE 33
sets bit 0 and bit 5 of the
operation enable register to 1.
:STATus:OPERation:ENABle?
Syntax
:STATus:OPERation:ENABle?
Function Returns the contents of the operation event enable register
as an integer that, when converted to a binary number,
represents the bit values of the register.
Example
:STAT:OPER:ENAB 23;ENAB?
returns 23.
:STATus:OPERation[:EVENT]?
Syntax
:STATus:OPERation[:EVENT]?
Function Returns the contents of the operation event register as an
integer that, when converted to a binary number, represents
the bit values of the register.
Example
:STAT:OPER:EVENT?
:STATus:OPERation:NTRansition
Syntax
:STATus:OPERation:NTRansition
<space><NRf>
Function Sets the bits of the operation negative 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:NTR 256
sets the bits of the operation negative
transition register to 0000000011111111.