Calling Sequence
CDF_VARGET1,
Id, Variable, Value
Keywords
OFFSET
A vector specifying the array indices within the specified record(s) at which to begin reading. OFFSET is a 1-dimensional array containing one element per CDF dimension. The default value is 0 for each dimension.
REC_START
The record number at which to start reading. The default is 0.
STRING
Set this keyword to return CDF_CHAR and CDF_UCHAR data from the CDF file into
Value
as string data rather than byte data. This keyword is ignored if the data in the CDF file is not of type CDF_CHAR or CDF_UCHAR.
ZVARIABLE
If
Variable
is a variable ID (as opposed to a variable name) and the variable is a zVariable, set this flag to indicate that the variable ID is a zVariable ID. The default is to assume that
Variable
is an rVariable ID.