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