| Key |
- |
The data key associated with the with
UDF hierarchy of the opened file. Key should have been
obtained from a call to GetDataKey.
|
| Ver |
- |
Version number associated this file |
| Yr |
- |
The year being positioned to in the
file.
|
| Dy |
- |
The day being positioned to in the
file.
|
| Hr |
- |
The hour being positioned to in the
file.
|
| Mn |
- |
The minute being positioned to in the
file.
|
| Ss |
- |
The minute being positioned to in the
file.
|
| pType |
- |
An optional input used to set the
method to position the file descriptor within the file. The
default setting is COARSE.
| COARSE |
- |
Positions the file descriptor
to the data record which starts closest to the requested
begin time. This is useful in cases where data records
contain full logical blocks of data, for example a full
spin of data, and one wish to start at the beginning of
a spin.
|
| FINE |
- |
Positions the file descriptor
at the measurement whose start time is closest to the
requested begin time.
|
|
| MustBeIn |
- |
An optional input which determines
how the file descriptor is set should the requested start time
be earlier than the start time of the file. The default setting
is 0. With a setting of 0 if the requested beginning time is
less than the start of the file the file descriptor is set to
the start of the file. A setting of 1 in the same circumstance
causes an error status to be returned.
|