packageUtilities
Value input/output/test support
Extends from Modelica.Icons.BasesPackage (Icon for packages containing base classes).
Contents
| Name | Description |
|---|---|
| Read the real value of parameter from file with lines in format: <parameterName> <value> <unit> | |
| Read the real value in SI units of parameter from file with lines in format: <parameterName>\n<value> | |
| Read the boolean value of parameter from file with lines in format: <parameterName> <value> <unit> | |
| Write the real value to file | |
| Write the real value using SI unit to file | |
| Write the boolean value to file | |
| Compare and write the result and the value to file | |
| Compare and write the result and the value to file using SI units | |
| Compare and write the result and the value to file | |
| UnitConversions | Conversions non-SI units at input/output |