Waveform descriptor: Difference between revisions
Appearance
Mefistotelis (talk | contribs) |
Mefistotelis (talk | contribs) |
||
Line 13: | Line 13: | ||
| 0x01 | | 0x01 | ||
| Old Float64 Waveform | | Old Float64 Waveform | ||
| | |||
|- | |||
| 0x02 | |||
| Int16 Waveform | |||
| | | | ||
|- | |- | ||
Line 49: | Line 53: | ||
| 0x0c | | 0x0c | ||
| UInt16 Waveform | | UInt16 Waveform | ||
| | |||
|- | |||
| 0x0d | |||
| UInt32 Waveform | |||
| | |||
|- | |||
| 0x0e | |||
| Int8 Waveform | |||
| | |||
|- | |||
| 0x0f | |||
| Int32 Waveform | |||
| | | | ||
|- | |- |
Revision as of 16:41, 15 June 2020
Waveform descriptor is a kind of type descriptor which stores properties of Waveform data type.
List of Waveform types
The following table lists the sub-type codes used in the type descriptor of the Waveform data type.
Sub-Type Code | Waveform Type | Description |
---|---|---|
0x01 | Old Float64 Waveform | |
0x02 | Int16 Waveform | |
0x03 | Float64 Waveform | |
0x05 | Float32 Waveform | |
0x06 | TimeStamp | |
0x07 | Digital data | |
0x08 | Digital Waveform | |
0x09 | Dynamic data | |
0x0a | FloatExt Waveform | |
0x0b | UInt8 Waveform | |
0x0c | UInt16 Waveform | |
0x0d | UInt32 Waveform | |
0x0e | Int8 Waveform | |
0x0f | Int32 Waveform | |
0x13 | Int64 Waveform | |
0x14 | UInt64 Waveform |