User`s guide

Agilent EasyEXPERT User’s Guide Vol. 1, Edition 1 3- 45
Application Test Definition
Using Command Execution
Defining Format Field
The Format field requires a keyword to specify a data in vector variable. The
keyword must have the style such as {I,A:F}. where,
I Index used to specify the element. Integer, 0 or positive number.
Mandatory. 0
specifies the first element.
A Character length of the specified data element. Positive integer for
right-aligned, or negative integer for left-aligned. If this value is not set,
the length is not specified (no limit).
F Style of the data. See Table 3-1. If this value is not set, G is selected..
Followings are the example formats.
{0,5:E} First element, five characters, exponential notation
{1,10} Second element, 10 characters, general
{2:x} Third element, no limit for length, hexadecimal numeric
{3} Fourth element, no limit for length, general
Table 3-1 Available F values
F Meaning F Meaning
C or c Circulation N or n Numeric
D or d Decimal numeric P or p Percent
E or e Exponential notation R or r Round trip
F or f Fixed point X or x Hexadecimal numeric
G or g General