| fh |
- |
Index into the information array to
the UDF from which VIDF information is to be read. fh
is the return value obtained from the call to
UDF_OPEN for this UDF source.
|
| Item |
- |
String input which specifies what's
to be returned. The valid options are:
| BODY |
- |
Returns all VIDF fields with
exception of Table Definitions and Constant Definitions.
|
| TABLERAW |
- |
Returns the
dNth table definition in the VIDF
file. All table fields are returned as found in the VIDF.
|
| TABLECOOKED |
- |
Returns the scaled table
information in the dNth table
definition in the VIDF file for the UDF measurement
mN. If the table for the measurement is
also a function of a status definition, the table
values associated with the status value sV
are returned.
|
| CONSTANTRAW |
- |
Returns the
dNth constant defined in the VIDF
file. All table fields are returned as found in the VIDF.
|
| CONSTANTCOOKED |
- |
Returns the scaled constant
values in the dNth constant definition
in the VIDF file.
|
|
| dN |
- |
The table or constant definition
number to use when returning VIDF TABLE or CONSTANT information.
This value is not used when Item is set to BODY
and need not be included in the call in that instance.
|
| mN |
- |
The VIDF sensor or status number
associated with the portion of the table being retrieved when
Item is set to TABLECOOKED. This input is not
used in any other Item definitions and need not be
included in the call in those instances.
|
| sV |
- |
associated with the portion of the table being retrieved when
Item is set to TABLECOOKED. This input is not
used in any other Item definitions and need not be
included in the call in those instances.
|