Using IQS Products in an Automated Test Environment
188
IQS-600
SCPI Command Structure
The following table shows elements that are commonly used in the
commands or queries syntax.
Item
Meaning
[ ]
Enclose optional keywords or parameters.
Do not include square brackets in your program message.
[1..n]
Indicates that the instrument provides multiple capabilities and that you
have to specify which one you want to use. If you omit the value, the
command will take effect on the first capability.
Multiple capabilities can be found at any branch of the command tree
(root, intermediate node or terminal node).
Example: If the command is :SENSe
[1..n]
:CORRection:COLLect:ZERO
and you want it to take effect on the second SENSe (sensor) capability
of the instrument, you may send this:
:SENSe
2
:CORRection:COLLect:ZERO.
Do not include square brackets in your program message; simply enter
the number
.
<wsp>
Indicates that a space is required (“wsp” stands for “white space”).
Corresponds to ASCII character codes (0 to 9 and 11 to 32, in decimal).
Do not include
“<wsp>”
in your program message; simply type a space.
<digit>
Element used in the construction of various numeric data types. Can
take any value between 0 and 9 inclusively (corresponds to ASCII
character codes 48 to 57, in decimal).
Summary of Contents for IQS-600 Series
Page 1: ...User Guide Integrated Qualification System IQS 600...
Page 22: ......
Page 28: ......
Page 106: ......
Page 132: ......
Page 194: ...Using IQS Products in an Automated Test Environment 186 IQS 600 Standard Status Data Structure...
Page 252: ......
Page 274: ......
Page 336: ......
Page 366: ...Using the IQS 9600 Utility Module 358 IQS 600...
Page 367: ...Using the IQS 9600 Utility Module Integrated Qualification System 359...
Page 368: ......