Real ParameterSIUnit 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)
Defines the display unit for the parameter.
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[BrowsableAttribute(true)]
public string SIUnit { get; }VB
<BrowsableAttribute(true)>
Public ReadOnly Property SIUnit 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. |