IATCapeXRealParameterSpecDisplayUnits 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)
[DispIdAttribute(1610874883)]
string DisplayUnits { get; }

Property Value

String
Defines 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

ECapeUnknownThe error to be raised when other error(s), specified for this operation, are not suitable.

See Also