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