Operators |
reset_metrology_object_fuzzy_param — Reset all fuzzy parameters and fuzzy functions of a metrology model.
reset_metrology_object_fuzzy_param( : : MetrologyHandle, Index : )
reset_metrology_object_fuzzy_param discards all fuzzy parameters and fuzzy functions of the metrology objects that can be set by the operator set_metrology_object_fuzzy_param and restores the default values.
For an explanation of the concept of 2D metrology see the introduction of chapter 2D Metrology.
The metrology model is defined by the handle MetrologyHandle. The parameter Index determines the metrology objects to reset. With Index set to 'all' , all metrology objects are reset.
This operator modifies the state of the following input parameter:
The value of this parameter may not be shared across multiple threads without external synchronization.Handle of the metrology model.
Index of the metrology objects.
Default value: 'all'
Suggested values: 'all' , 0, 1, 2
If the parameters are valid, the operator reset_metrology_object_fuzzy_param returns the value 2 (H_MSG_TRUE). If necessary, an exception is raised.
set_metrology_object_fuzzy_param
2D Metrology
Operators |