Method: Remove for Units
- Updated2024-09-12
- 1 minute(s) read
Units Catalog > Methods > Method: Remove for Units
Method: Remove for Units
Deletes a unit with all the associated symbols, from the units catalog.
Object.Remove(NameOrIndex)
| Object | Units Object with this method |
| NameOrIndex | Variant Specifies the name or the index of the unit. |
The following example deletes the unit second and the associated symbols, from the units catalog:
| VBScript | Python |
Call UnitCatalog.Quantities("time").Units.Remove("second")
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