IATCape XReal Parameter SpecDisplay Units Property
Gets the default value of the parameter.
Definition
Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
Defines the display unit for the parameter.
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[DispIdAttribute(1610874883)]
string DisplayUnits { get; }VB
<DispIdAttribute(1610874883)>
ReadOnly Property DisplayUnits As String
GetProperty Value
StringDefines the display unit for the parameter.
Remarks
DisplayUnits defines the unit of measurement symbol for a parameter.
Note: The symbol must be one of the uppercase strings recognized by Aspen Plus to ensure that it can perform unit of measurement conversions on the parameter value. The system converts the parameter's value from SI units for display in the data browser and converts updated values back into SI.
Exceptions
| ECapeUnknown | The error to be raised when other error(s), specified for this operation, are not suitable. |