MDSplus can understand a wide variety of data types including simple
ones that you are probably familiar with from languages such as fortran,
c, and IDL as well as some complex data types. The data types supported
are listed in the table below. For a discussion of the data types,
return to the page that links to this table.
|
|
|
|
||
Unsigned Byte (8-bit unsigned integer) | DTYPE_BU | 2 |
Unsigned Word (16-bit unsigned integer) | DTYPE_WU | 3 |
Unsigned Long (32-bit unsigned integer) | DTYPE_LU | 4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Double Precision Real Complex (IEEE format) | DTYPE_FTC | 55 |
|
||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|