WOLFRAM SYSTEM MODELER

AutoConvert

Block wrapper around the special autoUnit operator

Wolfram Language

In[1]:=
SystemModel["SystemModelerExtras.Experimental.Units.AutoConvert"]
Out[1]:=

Information

This block is a wrapper around the autoUnit operator.

It is recommended to use the block between components with conflicting units. It is not recommended to use the block on the inside of block interfaces to create blocks with flexible units, as this will remove the valuable information carried by concrete choices of units for the block connectors.

For conversion to a particular choice of unit, see the Convert block.

Connectors (2)

u

Type: RealInput

Description: Value of quantity to be expressed in an automatically selected unit

y

Type: RealOutput

Description: Result of unit conversion

Used in Examples (2)

OneOffConversion

SystemModelerExtras.Experimental.Units.Examples

AutomaticConversion

SystemModelerExtras.Experimental.Units.Examples