Specifications
1-10
Remote Operation
Using GP-IB
A Number with Embedded Decimal Point
Example:
10 OUTPUT 718;“:SENSe1:VOLTAGE:ZOTHRESHOLD?”
20 ENTER 718;Level$
30 PRINT Level$
40 END
Requests the current voltage threshold that the system is operating at.
A Number with Embedded Decimal Point and Exponent
Example:
10 OUTPUT 718;“FETCH:ECOUNT?”
20 ENTER 718;Error_count
30 PRINT Error_count
40 END
Requests the frequency at which the system is operating.
Possible Result = +9.91000000E+012
Boolean Parameters
Boolean parameters are used to indicate whether a condition is true or false. A numeric
value is returned where 1 = true and 0 = false.
Block Data
Block data is used when large quantities of related data is being returned. Blocks are
returned as definite length blocks.