Method: ResetModified for UnitCatalog
- Updated2024-09-12
- 1 minute(s) read
Units Catalog > Methods > Method: ResetModified for UnitCatalog
Method: ResetModified for UnitCatalog
Identifies the current units catalog as unchanged.
Object.ResetModified
| Object | UnitCatalog Object with this method |
The following example adds the physical quantity NewQuantity to the units catalog, which changes the unit catalog. The ResetModified method then identifies the units catalog as unchanged.
| VBScript | Python |
If Not UnitCatalog.Quantities.Exists("NewQuantity") Then Call UnitCatalog.Quantities.Add("NewQuantity",1,1,1,1,1,1,1) Call UnitCatalog.ResetModified() End If
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