Remote Operation
5-19
5.3.1
Conventions
The table below lists the convention used in this section.
Table 5-5
Angle brackets
<
> Items in angle brackets are parameter abbreviations.
Vertical bar
|
Vertical bar separates alternative parameters.
Square
brackets
[
] Items in square brackets are optional. For example,
OUTP [ : STATe] means that : STATe may be omitted.
Braces
{
} Braces indicate the parameters that may be repeated.
The notation <A> {<, B>} means that parameter “A” must be
entered while p
arameter “B” may be omitted or entered once or
more times.
5.3.2
Numerical Data Formats
The numerical data format of 62000H DC Power Supply is listed in Table 5-6.
Table 5-6 Format of Numerical Data
Symbol Description
Example
NR1
It is a digit without decimal point. The decimal is
assumed to be at the right of the least significant digit.
123, 0123
NR2
It is a digit with a decimal point.
12.3, .123
NR3
It is a digit with a decimal point and an exponent.
1.23E
2
NRf
Flexible decimal format including NR1or NR2 or NR3.
123, 12.3, .23E+3
NRf+
Extended decimal format including NRf and MIN, MAX.
MIN and MAX is the high and low limit of parameter.
123, 12.3,1.23E+3,
MIN, MAX
5.3.3
Boolean Data Format
The Boolean parameter <Boolean> uses the form ON|OFF only.
5.3.4
Character Data Format
The character strings returned by query command are shown in either of the following forms:
<CRD>
Character Response Data: character string with maximum length of 12.
<SRD>
String Response Data: character string.