Conventions
The following conventions are used in this quick reference:
< >
Indicates that words or characters enclosed in angle
brackets symbolize a program code parameter or an
HP-IB command.
::= "is defined as."
<A>::= <B> indicates that <A> can be replaced by <B>
in any statement containing <A>.
| "or"
Indicates a choice of one element from a list. For
example, <A> | <B> indicates <A> or <B>, but not both.
...
Indicates that the element preceding the ellipses may
be repeated one or more times.
[ ]
Indicates that the bracketed items are optional.
{ }
Indicates that when items are enclosed by braces,
one, and only one of the elements may be selected.
{N,..,P}
Indicates the selection of one integer between N and P
inclusive.
Suffix multipliers
The following suffix multipliers are available for arguments:
EX :: = 1E18
M :: = 1E-3
PE :: = 1E15
U :: = 1E-6
T :: = 1E12
N :: = 1E-9
G :: = 1E9
P :: = 1E-12
MA :: = 1E6
F :: = 1E-15
K :: = 1E3
A :: = 1E-18
For more information regarding specific commands or queries, please refer to
the online
HP 54620A/C Programmer’s Reference
.
Programmer’s Quick Reference
Conventions
79
Содержание 54620A
Страница 6: ...6 ...
Страница 9: ...1 Introduction to Programming ...
Страница 21: ...2 Programming Getting Started ...
Страница 35: ...3 Programming over HP IB ...
Страница 40: ...40 ...
Страница 41: ...4 Programming over RS 232 C ...
Страница 48: ...48 ...
Страница 49: ...5 Programming and Documentation Conventions ...
Страница 53: ...Programming and Documentation Conventions The command tree 53 ...
Страница 60: ...60 ...
Страница 61: ...6 Status Reporting ...
Страница 63: ...Status Reporting Data Structures Figure 4 Status Reporting 63 ...
Страница 68: ...68 ...
Страница 69: ...7 Installing and Using the Programmer s Reference ...
Страница 76: ...76 ...
Страница 77: ...8 Programmer s Quick Reference ...