269
Chapter 5, Advanced Operations
Status Reporting
Accessing the Questionable Data/Signal Register Group’s Registers
The following sections show the syntax and give programming examples (using
the Instrument BASIC programming language) for the STATus commands used to
access the Questionable Data/Signal Register Group’s registers.
Reading the Condition Register
Syntax
STATus:QUEStionable:CONDition?
Example
OUTPUT 714;"STAT:QUES:COND?"
ENTER 714;Register_value
Reading the Transition Filters
Syntax
STATus:QUEStionable:PTRansition?
STATus:QUEStionable:NTRansition?
Example
OUTPUT 714;"STAT:QUES:PTR?"
ENTER 714;Register_value
Writing the Transition Filters
Syntax
STATus:QUEStionable:PTRansition <integer>
STATus:QUEStionable:NTRansition <integer>
Example
OUTPUT 714;"STAT:QUES:PTR 256"