
Using FTB Products in an Automated Test Environment
FTB-500
233
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 FTB-500
Page 1: ...User Guide FTB 500...
Page 8: ......
Page 24: ......
Page 140: ......
Page 174: ......
Page 196: ......
Page 239: ...Using FTB Products in an Automated Test Environment FTB 500 231 Standard Status Data Structure...
Page 388: ......
Page 404: ......
Page 448: ...0 5 1 5 48 5 0 176 W d y K y K D...