Supported Datatypes

Measurement Plug-In supports the following datatypes:

  • Signed integers
    • Int32
    • Int64
  • Unsigned integers
    • UInt32
    • UInt64
  • Floating-point numbers
    • Float (32-bit floating-poing number)
    • Double (64-bit floating-point number)
  • Boolean
  • String
    • Pin (string type specialization)
    • Path (string type specialization)
  • 1D array (supported for all base datatypes and type specializations)
  • Enum
  • XY data