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 |
---|---|---|---|---|
id | String | Yes | - | Regno unique document identifier. |
type | Fixed String | No | AliasDoc | Type of the document, resolved from fixed document types. |
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. Valid Options are: Rational, Table, Text |
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. |