Definition - ConversionDefDoc

The ConvDefinitionDoc document is a definition document that contains the properties for a unique conversion instance.

The ConvDefinitionDoc document does not contain a reference to the ConfigDoc document and therefore can be reused by multiple configurations and data sets.

Field Data Type Required Default Description
name String No - A free form string value to name the conversion.
conversionType Fixed String Yes Rational A free form string value to describe the type of the conversion.
units String No - A free form string representing the conversion units.
format String No - A C style format used to display the conversion data value. See the section Format Strings for details and examples.
interpolate Boolean No - A fixed string to enable interpolation of the mapped data values. Valid options are: True, False.
coefficients Double[] No - An array of 64-bit Double coefficients that are used for the rational conversion operation.
conversionTable IDictionary`2 No - An array of 64-bit Doubles key/pair values used for table conversions.
conversions IDictionary`2 No - An array of 64-bit Double and String key/pair values.
id String No - Description not available
type Fixed String No AliasDoc Description not available
Field Data Type Required Default Description