![]() |
OTX Reference
|
|
Gets the display radix of the parameter. More...

Public Attributes | |
| DbParameterTerm | dbParameter |
| Cardinality [1] The parameter to return the display radix. More... | |
Public Attributes inherited from OpenTestSystem.Otx.Core.Terms.Term | |
| MetaData | metaData |
| Cardinality [0..1] The MetaData type allows tools to store additional, mainly tool-specific data. More... | |
Gets the display radix of the parameter.
The GetDbParameterRadix term returns the display radix of the parameter. The display radix shall be used by the client to display a numeric parameter value in the format as defined in the database (2 - ODX value BIN, 10 - ODX value DEC, 16 - ODX value HEX).
Note: The appropriate MVCI system operation is Operation MCDDbParameter::getRadix.
| Exceptions.InvalidTypeException | If the parameter is not a A_UINT or A_INT value |
| DbParameterTerm OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.Terms.GetDbParameterRadix.dbParameter |
Cardinality [1]
The parameter to return the display radix.