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 度量 see the introduction of chapter 2D 度量.
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. 该算子 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 该算子
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: 'all'
Suggested values: 'all', 0, 1, 2
CopiedMetrologyHandle (output_control) integer → (integer)
Handle of the copied metrology model.
如果参数均有效,算子
copy_metrology_model 返回值 2 (
H_MSG_TRUE)
. If
necessary, an exception is raised.
2D 度量