User's Manual

Engineering Test Software Operation
Rev 28_A Sept 2005
VIA Telecom, Inc. Proprietary
33
The example has two fields that are contained in a two-byte (int16) integer. The bit layout is:
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Bits
Offset
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Test FieldArchive Field
3.3.9.21.2 offset: Numeric Fields
In this context, the offset parameter is used as a numeric offset in the translation of an integer to a floating
point number. See the scale for a full description of how the offset parameter is used.
3.3.9.22 Field Parameter: pos
The position parameter is used to define the boundaries of a cluster of bit fields or non-bitpacked fields. The
pos parameter is ignored on bitpacked fields. The available values are:
first first bit field in the cluster
last last bit field in the cluster
middle field is between first and last
only only one bit field is in the cluster
Example:
Field1, bit, offset=15, count=1, bytes=2, pos=middle, base=enum:Support Type
Field2, bit, offset=0, count=1, bytes=2, pos=middle, base=enum:Support Type
Field3, bit, offset=1, count=1, bytes=2, pos=middle, base=enum:Support Type
Field4, bit, offset=2, count=1, bytes=2, pos=middle, base=enum:Support Type
Field5, bit, offset=3, count=1, bytes=2, pos=middle, base=enum:Support Type
Field6, bit, offset=4, count=1, bytes=2, pos=middle, base=enum:Support Type
Field7, bit, offset=5, count=1, bytes=2, pos=middle, base=enum:Support Type
Field8, bit, offset=6, count=1, bytes=2, pos=middle, base=enum:Support Type
Field9, bit, offset=7, count=1, bytes=2, pos=last, base=enum:Support Type
Field10, bit, offset=5, count=3, bytes=1, pos=only
Fields 1 through 9 are part of the same bit field cluster, as defined by the first, middle, and last pos
parameters. These fields apply to the same 2-byte integer. Field10 is a single field cluster as indicated by the
pos parameter value of only.
If the exist field parameter is set for a bit field, the pos must be set to only.
3.3.9.23 Field Parameter: rows
The rows parameter defines the number of rows to display in a window. If not specified, the default is 1.