copy_metrology_object
— Copy metrology metrology objects of a metrology model.
copy_metrology_object
is obsolete and is only provided for
reasons of backward compatibility.
copy_metrology_object( : : MetrologyHandle, Index : CopiedIndices)
copy_metrology_object
copies metrology metrology objects
within this metrology model.
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 that are copied.
With Index
set to 'all' , all metrology objects are copied.
The operator copy_metrology_object
returns the index of the new
created metrology objects in the parameter CopiedIndices
. The order
of the new metrology objects corresponds to the order of the original
metrology objects. Access to the parameters of the metrology objects of the
metrology model 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
CopiedIndices
(output_control) integer(-array) →
(integer)
Indices of the copied metrology objects.
If the parameters are valid, the operator
copy_metrology_object
returns the value 2 (H_MSG_TRUE). If
necessary, an exception is raised.
2D Metrology