On this page
This section explains how to specify units for a Value Property, how to display or hide units, and unit symbols in various places.
When a Block has a Value Property defined, it requires a numeric value and must be typed by the Value Type, either with or without (unitless) a specified Unit.
To specify the Unit for a Value Property
If the ISO-80000 library is not uploaded in your project, click the ISO button on the smart manipulator toolbar.
|
Select the Value Type by typing the quantity name and unit name in the following syntax: quantity name[unit name].
- If you cannot find a suitable Unit in the standard libraries, you can create custom Units. To learn more about creating units, refer to the Customizing Units page. - You can manage the scope of provided units with the Package Import feature. |
The unit is specified for a Value Property. As an example, see the figure below.
After the unit is specified you can:
The full name of the unit (e.g. metre, kilogram) is shown by default next to the Value Property on the Block compartments.
To hide/display the full name of a unit for a Value Property
You can show the unit symbol in brackets (e.g. (m), (kg)) next to the Value Property on the Block compartments. If the Value Property has a value defined, the unit symbol in brackets is hidden (see the figure below). How to show unit symbols next to values >>
To display/hide a unit symbol next to a Value Property
You can hide or display a unit's symbol (e.g. m, kg):
Displaying/hiding unit symbols next to values
You can display or hide the unit symbols (e.g. m, kg) of values in the entire project when the Unit is already defined for the Value Property and it has a value specified. For projects older than version 18.5, you must enable the Show Units option in the Project Options dialog if you want to see unit symbols. As of version 18.5, this option is enabled by default for any new projects.
To display/hide unit symbols next to values
Set the Show Units option value to true to show unit symbols, or false to hide.
The unit symbols are shown next to the values in the compartments.
Displaying/hiding unit symbols next to slots
You can display a unit symbol for a slot on the Instance Specification shape by specifying it in the following ways:
The following procedures work only if the Show Units option is enabled. How to enable the Show Units option > |
To specify or change the unit symbol of a slot using the Specify Type button
Specify the new unit, or select an existing unit from the Select Type menu list.
The list of units in the Select Type menu consists of those units that are defined in the Block property type, or in its subtypes. |
To specify or change unit by typing it manually
To specify or change the unit using the right-click menu
Right-click it, select the Unit button, and choose the required unit from the list.
The list of units under the Unit button consists of those units that are defined either in the Block property type or in its subtypes. |
Displaying unit symbols in the Instance table
You can display units in the Instance table in the following ways:
To show unit symbols in the cells of an Instance Table
Click the Options button.
Select the Show Units on Values option.
The unit symbols are displayed next to the values in the cells.
The Show Units on Values option does not allow you to specify units directly in the row of the Instance Table. If you want to edit them, enable the Show Unit option in the Project Options dialog. How to enable Show Units option > |
To show the unit symbol in the column header of the Instance Table
Click the Options button.
Select the Show Units on Columns option.
The unit symbols are displayed on the column header.
Related pages