185
S:\HP8924C\USRGUIDE\BOOK\chapters\hpibstat.fb
Chapter 4, Status Reporting
Status Reporting
Accessing the Questionable Data/Signal Register Group Registers
The following sections show the syntax and give programming examples, using
the HP BASIC programming language, for the STATus commands used to access
the Questionable Data/Signal Register Group 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”