Collection: UsedQuantities
- Updated2024-09-12
- 1 minute(s) read
(Collections | Set) > Collection: UsedQuantities
Collection: UsedQuantities
The UsedQuantities collection provides all the physical quantities that are used in a unit set of the units catalog.
The following example displays the names of all the physical quantities that are used in the unit set mechanics:
VBScript | Python |
Dim oMyUsedQuantity, sOutput For Each oMyUsedQuantity In UnitCatalog.Sets("mechanics").UsedQuantities sOutput = sOutput & oMyUsedQuantity.Name & VbCrLf Next Call MsgBoxDisp (sOutput)
Properties
Returned From
See Also
Procedures
Adding an Unknown Unit Symbol to the Units Catalog | Converting Channel Units in DIAdem ANALYSIS | Converting Channel Units with a Script | Converting Channels According to a Unit Set | Creating a New Unit Set | Creating a Physical Quantity in the Units Catalog | Extending the Units Catalog with a Script | Replacing and Converting Channel Units in the Input Help