copy_metrology_model
— Copy a metrology model.
copy_metrology_model( : : MetrologyHandle, Index : CopiedMetrologyHandle)
copy_metrology_model
creates a new metrology model and
copies the selected metrology objects of the input metrology model
to this new output metrology model.
For an explanation of the concept of 2D metrology see the introduction of chapter 2D Metrology.
The input metrology model is defined by a handle MetrologyHandle
.
The parameter Index
determines the metrology objects that are
copied. With Index
set to 'all' , all metrology objects are
copied. The operator returns the handle CopiedMetrologyHandle
of
the new metrology model. It can be used to save memory space. Access to the
parameters of the metrology objects is possible, e.g., with the operator
get_metrology_object_param
.
MetrologyHandle
(input_control) metrology_model →
(handle)
Handle of the metrology model.
Index
(input_control) integer(-array) →
(string / integer)
Index of the metrology objects.
Default value: 'all'
Suggested values: 'all' , 0, 1, 2
CopiedMetrologyHandle
(output_control) integer →
(integer)
Handle of the copied metrology model.
If the parameters are valid, the operator
copy_metrology_model
returns the value 2 (H_MSG_TRUE). If
necessary, an exception is raised.
2D Metrology