ClassesClasses | | Operators

get_metrology_object_indicesget_metrology_object_indicesGetMetrologyObjectIndicesGetMetrologyObjectIndices (Operator)

Name

get_metrology_object_indicesget_metrology_object_indicesGetMetrologyObjectIndicesGetMetrologyObjectIndices — Get the indices of the metrology objects of a metrology model.

Signature

get_metrology_object_indices( : : MetrologyHandle : Indices)

Herror get_metrology_object_indices(const Hlong MetrologyHandle, Hlong* Indices)

Herror T_get_metrology_object_indices(const Htuple MetrologyHandle, Htuple* Indices)

void GetMetrologyObjectIndices(const HTuple& MetrologyHandle, HTuple* Indices)

HTuple HMetrologyModel::GetMetrologyObjectIndices() const

static void HOperatorSet.GetMetrologyObjectIndices(HTuple metrologyHandle, out HTuple indices)

HTuple HMetrologyModel.GetMetrologyObjectIndices()

Description

get_metrology_object_indicesget_metrology_object_indicesGetMetrologyObjectIndicesGetMetrologyObjectIndicesGetMetrologyObjectIndices allows to access the indices of the metrology objects.

For an explanation of the concept of 2D metrology see the introduction of chapter 2D Metrology.

The metrology model is defined by the handle MetrologyHandleMetrologyHandleMetrologyHandleMetrologyHandlemetrologyHandle. The operator get_metrology_object_indicesget_metrology_object_indicesGetMetrologyObjectIndicesGetMetrologyObjectIndicesGetMetrologyObjectIndices returns the indices of the metrology object in the parameter IndicesIndicesIndicesIndicesindices. Access to the parameters of the metrology object is possible, e.g., with the operator get_metrology_object_paramget_metrology_object_paramGetMetrologyObjectParamGetMetrologyObjectParamGetMetrologyObjectParam.

Execution Information

Parameters

MetrologyHandleMetrologyHandleMetrologyHandleMetrologyHandlemetrologyHandle (input_control)  metrology_model HMetrologyModel, HTupleHTupleHtuple (integer) (IntPtr) (Hlong) (Hlong)

Handle of the metrology model.

IndicesIndicesIndicesIndicesindices (output_control)  integer(-array) HTupleHTupleHtuple (integer) (int / long) (Hlong) (Hlong)

Indices of the metrology objects.

Result

If the parameters are valid, the operator get_metrology_object_indicesget_metrology_object_indicesGetMetrologyObjectIndicesGetMetrologyObjectIndicesGetMetrologyObjectIndices returns the value 2 (H_MSG_TRUE). If necessary, an exception is raised.

Possible Predecessors

read_metrology_modelread_metrology_modelReadMetrologyModelReadMetrologyModelReadMetrologyModel

Possible Successors

get_metrology_object_paramget_metrology_object_paramGetMetrologyObjectParamGetMetrologyObjectParamGetMetrologyObjectParam, get_metrology_object_fuzzy_paramget_metrology_object_fuzzy_paramGetMetrologyObjectFuzzyParamGetMetrologyObjectFuzzyParamGetMetrologyObjectFuzzyParam

See also

get_metrology_object_num_instancesget_metrology_object_num_instancesGetMetrologyObjectNumInstancesGetMetrologyObjectNumInstancesGetMetrologyObjectNumInstances

Module

2D Metrology


ClassesClasses | | Operators