Operator Reference
copy_metrology_object (Operator)
copy_metrology_object
— Copy metrology metrology objects of a metrology model.
Warning
copy_metrology_object
is obsolete and is only provided for
reasons of backward compatibility.
Signature
copy_metrology_object( : : MetrologyHandle, Index : CopiedIndices)
Description
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
.
Execution Information
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
Parameters
MetrologyHandle
(input_control) metrology_model →
(handle)
Handle of the metrology model.
Index
(input_control) integer(-array) →
(string / integer)
Index of the metrology objects.
Default: 'all'
Suggested values: 'all' , 0, 1, 2
CopiedIndices
(output_control) integer(-array) →
(integer)
Indices of the copied metrology objects.
Result
If the parameters are valid, the operator
copy_metrology_object
returns the value 2 (
H_MSG_TRUE)
. If
necessary, an exception is raised.
Module
2D Metrology