get_keywords — Get keywords which are assigned to operators.
get_keywords( : : OperatorName : Keywords)
The operator get_keywords returns all the keywords in
the online-texts corresponding to those operators which have the indicated
substring OperatorName in their name. If instead of OperatorName
the empty string is transmitted, the operator get_keywords
returns all keywords.
The keywords of an individual operator can also be called by using the
operator get_operator_info.
The online-texts will be taken from the files operators_[LANG].ref,
operators_[LANG].sta, operators_[LANG].num, operators_[LANG].key and
operators_[LANG].idx, which are searched by HALCON in the currently used
directory and in the directory 'help_dir' (see also get_system and
set_system).
The encoding of the result is UTF-8.
OperatorName (input_control) proc_name → (string)
Substring in the names of those operators for which keywords are needed.
Default: 'get_keywords'
Keywords (output_control) string-array → (string)
Keywords for the operators.
The operator get_keywords returns the value 2 (
H_MSG_TRUE)
if the
parameters are correct and the helpfiles are available.
Otherwise an exception is raised.
get_operator_name,
search_operator,
get_param_info
Foundation