get_operator_nameT_get_operator_nameGetOperatorNameGetOperatorNameget_operator_name (Operator)
Name
get_operator_nameT_get_operator_nameGetOperatorNameGetOperatorNameget_operator_name
— Get operators with the given string as a substring of their name.
Signature
def get_operator_name(pattern: str) -> Sequence[str]
Description
The operator get_operator_nameget_operator_nameGetOperatorNameGetOperatorNameGetOperatorNameget_operator_name
takes a string (PatternPatternPatternPatternpatternpattern
)
as input and searches all HALCON-operators having this string as a substring
in their name. If an empty string is entered, the names of all operators available
will be returned.
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
PatternPatternPatternPatternpatternpattern
(input_control) string →
HTuplestrHTupleHtuple (string) (string) (HString) (char*)
Substring of the seeked names (empty <=> all names).
Default value:
'info'
"info"
"info"
"info"
"info"
"info"
OperatorNamesOperatorNamesOperatorNamesOperatorNamesoperatorNamesoperator_names
(output_control) string-array →
HTupleSequence[str]HTupleHtuple (string) (string) (HString) (char*)
Detected operator names.
Result
The operator get_operator_nameget_operator_nameGetOperatorNameGetOperatorNameGetOperatorNameget_operator_name
returns the value TRUE if the helpfiles are
available.
Otherwise an exception is raised.
Possible Successors
get_operator_infoget_operator_infoGetOperatorInfoGetOperatorInfoGetOperatorInfoget_operator_info
,
get_param_namesget_param_namesGetParamNamesGetParamNamesGetParamNamesget_param_names
,
get_param_numget_param_numGetParamNumGetParamNumGetParamNumget_param_num
,
get_param_typesget_param_typesGetParamTypesGetParamTypesGetParamTypesget_param_types
Alternatives
search_operatorsearch_operatorSearchOperatorSearchOperatorSearchOperatorsearch_operator
See also
get_operator_infoget_operator_infoGetOperatorInfoGetOperatorInfoGetOperatorInfoget_operator_info
,
get_param_namesget_param_namesGetParamNamesGetParamNamesGetParamNamesget_param_names
,
get_param_numget_param_numGetParamNumGetParamNumGetParamNumget_param_num
,
get_param_typesget_param_typesGetParamTypesGetParamTypesGetParamTypesget_param_types
Module
Foundation