Copyright WDC C1 for STP at RAL.
The only applicable units are nT for the actual data.
FieldName Dimension Type Width DecimalPlaces NullValues Units ------------ --------- ---- ----- ------------- ---------- ----- Date 3 S 4 0 -99 - Time 3 S 2 0 -99 - am 1 S 4 0 -99 nT an 1 S 4 0 -99 nT as 1 S 4 0 -99 nT
Field Data Size Field Definition ---------- ---------------- ---------------------------- Date Array of 3 items Year(4 digit), Month and Day Time Array of 3 items Hour, Minute(0) and Second(0) am Single item Index value an Single item Index value as Single item Index value
  Code  Data Type                     Storage
  ----  ----------------------------  -------
     C  CHARACTER                     1 byte
     P  DOUBLE PRECISION REAL         8 bytes
     R  REAL                          4 bytes
     I  INTEGER                       4 bytes
     S  SMALL INTEGER                 2 bytes
     B  BYTE (unsigned integer 0-255) 1 byte