Class pfcUnitSystem
Description
This class describes a particular unit system in the model.
User Guide References:
Method Summary
void | |
| |
| |
| Delete the unit system |
| |
| |
| |
| Specifies whether the unit system is system-defined (value true) or user-defined (value false). |
| |
| |
void | |
| |
| |
| Specifies the name of the unit system |
| |
| |
| |
| Specifies the type of the unit system. |
| |
| |
| |
| Retrieves the unit used by the unit system for a particular type. |
| |
| |
Method Detail
Specifies the name of the unit system
Exceptions thrown (but not limited to):
pfcXToolkitCantModify - The unit system cannot be modified because if is standard, or new_name already exists, or the model cannot be modified.
User Guide References:
Specifies the type of the unit system.
User Guide References:
Specifies whether the unit system is system-defined (value true) or user-defined (value false).
User Guide References:
Retrieves the unit used by the unit system for a particular type.
Exceptions thrown (but not limited to):
User Guide References:
Parameters:
Type
The type of unit.
Returns:
The unit.
Delete the unit system
Exceptions thrown (but not limited to):
pfcXToolkitCantModify - The unit system cannot be modified because if is standard, or is the principal system, or the model cannot be modified.
User Guide References:
Returns: