Jump to content

Waveform descriptor: Difference between revisions

From LabVIEW Wiki
initial page
 
Line 33: Line 33:
| 0x08
| 0x08
| Digital Waveform
| Digital Waveform
|
|-
| 0x09
| Dynamic data
|
|-
| 0x0a
| FloatExt Waveform
|
|-
| 0x0b
| UInt8 Waveform
|
|-
| 0x0c
| UInt16 Waveform
|
|-
| 0x13
| Int64 Waveform
|  
|  
|-
|-

Revision as of 16:39, 15 June 2020

Waveform descriptor is a kind of type descriptor which stores properties of Waveform data type.

List of Refnum 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
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
0x13 Int64 Waveform
0x14 UInt64 Waveform

See Also