169
S:\HP8924C\USRGUIDE\BOOK\chapters\hpibstat.fb
Chapter 4, Status Reporting
Status Reporting
Accessing the Hardware Status Register #2 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 Hardware 2 Status Register Group registers.
Reading the Condition Register
Syntax
STATus:HARDware2:CONDition?
Example
OUTPUT 714;”STAT:HARD2:COND?”
ENTER 714;Register_value
Reading the Transition Filters
Syntax
STATus:HARDware2:PTRansition?
STATus:HARDware2:NTRansition?
Example
OUTPUT 714;”STAT:HARD2:PTR?”
ENTER 714;Register_value
Writing the Transition Filters
Syntax
STATus:HARDware2:PTRansition <integer>
STATus:HARDware2:NTRansition <integer>
Example
OUTPUT 714;”STAT:HARD2:PTR 256”