: public note
Created: 4/22/2010 2:31:42 PM
Modified: 4/22/2010 4:31:53 PM
Project:
Advanced:
DAValueWaveform and DAValueDataSeq allow more flexibility in the data type used to hold array and value information. The 'Value' type is defined in the 'DataTypes' page.

Although both classes have the same format, they should be used differently. The 'xAxisDelta' attribute in DAValueWaveform should contain a single value (ByteValue, ShortValue, etc.), while the 'xAxisDeltas' attribute in DAValueDataSeq should contain an array of values (ByteArrayValue, ShortArrayValue, etc.).

The 'values' attribute should always contain an array of values and the 'xAxisStart' attribute should always contain a single value.