User`s manual
Chapter 6 149
Advanced Operations
Status Reporting
Accessing the Questionable Data/Signal Register Group’s
Registers
The following sections show the syntax and give programming
examples (using the IBASIC programming language) for the STATus
commands used to access the Questionable Data/Signal Register
Group’s registers.
Reading the Condition Register
Example 6-45 Syntax
STATus:QUEStionable:CONDition?
Example 6-46 Example
OUTPUT 714;"STAT:QUES:COND?"
ENTER 714;Register_value
Reading the Transition Filters
Example 6-47 Syntax
STATus:QUEStionable:PTRansition?
STATus:QUEStionable:NTRansition?
Example 6-48 Example
OUTPUT 714;"STAT:QUES:PTR?"
ENTER 714;Register_value
Writing the Transition Filters
Example 6-49 Syntax
STATus:QUEStionable:PTRansition <integer>
STATus:QUEStionable:NTRansition <integer>
Example 6-50 Example
OUTPUT 714;"STAT:QUES:PTR 256"
Reading the Event Register
Example 6-51 Syntax
STATus:QUEStionable:EVENt?
Example 6-52 Example
OUTPUT 714;"STAT:QUES:EVEN?"
ENTER 714;Register_value