Measurement Plug-Ins supports the following data types:

  • Signed integers
    • Int32
    • Int64
  • Unsigned integers
    • UInt32
    • UInt64
  • Floating-point numbers
    • Float (32-bit floating-point 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
  • 1D array of XY data
  • 2D arrays
    • Double
    • String