Collection: Quantities
- Updated2024-09-12
- 1 minute(s) read
(Collections | UnitCatalog) > Collection: Quantities
Collection: Quantities
The Quantities collection provides all the physical quantities from the units catalog.
The following example displays the names of all the physical quantities from the units catalog:
| VBScript | Python |
Dim oMyQuantity, sOutput For Each oMyQuantity In UnitCatalog.Quantities sOutput = sOutput & oMyQuantity.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