: Public Class
Created: 9/4/2010 11:08:56 AM
Modified: 9/1/2015 2:58:40 PM
Project:
Advanced:
Used for representing large amounts of numeric data with the same unit of measure that was captured intermittently over a period of time (at different offsets) from a single base reference time.<br /></p><p>Periodically collected time waveform numeric data (e.g. every second) should use Measurement.<br /></p><p>Note: The Data field must be of type BinaryData and represent the data array associated with the offset data.<br /></p>
Attribute
Public cct:NumericType
  Count
Details:
Notes: Total number of offset/value data pairs.
Public BinaryData
  Offsets
Details:
Notes: Variable-length array of time-related (e.g. millisecond, second) offsets from the Reference (time "0").
Public BinaryData
  Values
Details:
Notes: Variable-length array of values corresponding to an offset.
Object Type Connection Direction Notes
Measurement Class Generalization To