300
Chapter 5, Advanced Operations
Status Reporting
Accessing the Hardware Status Register #2 Group’s 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 Status Register #2 Group’s 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"