Retrieving Systems of Units
 
Functions Introduced:
Use the function ProMdlUnitsystemsCollect() to retrieve the set of systems of units which are accessible to the model in the form of an array. The input arguments of the function are as follows:
mdl—Specifies a handle to the model.
The function outputs a ProArray containing the set of systems of units for the specified model.
Note:
 
The function retrieves both the pre-defined as well as the custom-defined system of unit.
Use the function ProMdlPrincipalunitsystemGet() to retrieve the principal system of units for the specified model.
¿Fue esto útil?