Using Your Unit and Modules in an Automated Test Environment
LTB-8
203
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).
Содержание LTB-8
Страница 1: ...User Guide LTB 8...
Страница 8: ......
Страница 26: ......
Страница 58: ......
Страница 86: ......
Страница 100: ......
Страница 120: ......
Страница 122: ......
Страница 158: ......
Страница 204: ......
Страница 209: ...Using Your Unit and Modules in an Automated Test Environment LTB 8 201 Standard Status Data Structure...
Страница 220: ......
Страница 253: ...Troubleshooting LTB 8 245 Restoring Your Unit to Normal Operation 3 Click Update and recovery...
Страница 274: ......
Страница 346: ......
Страница 362: ......
Страница 401: ...0 5 1 5 48 5 0 176 W d y K y K D...