RealParameterSIUnit Property

Gets the Aspen display unit for the parameter.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
[BrowsableAttribute(true)]
public string SIUnit { 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