User manual

Table Of Contents
Part 6: IEEE 488.2 Command Reference
In addition to the standard and user-defined parameter values, the following states may be returned:
State Description
AV
Averaged over several periods
GT
Greater than given value
IV
Invalid value (insufficient data provided)
LT
less than given value
NP
No pulse waveform
OF
Signal partially in overflow
OK
Deemed to be determined without problem
OU
Signal partially in overflow and underflow
PT
Window has been period truncated
UF
Signal partially in underflow
Example (GPIB)
The following instruction reads the rise time of trace C1:
CMD$="C1:PAVA? RISE": CALL IBWRT(SCOPE%,CMD$):
CALL IBRD (SCOPE%,RD$): PRINT RD$
Response message:
RISE,3.6E-9S,OK
Related Commands
CURSOR_MEASURE, CURSOR_SET, PARAMETER_CUSTOM, PARAMETER_STATISTICS
6-71