get_checkT_get_checkGetCheckGetCheckget_check (算子名称)
名称
get_checkT_get_checkGetCheckGetCheckget_check — HALCON控制模式的状态。
参数签名
Herror T_get_check(Htuple* Check)
def get_check() -> Sequence[str]
描述
Executing 该算子 get_checkget_checkGetCheckGetCheckGetCheckget_check the user can inquire what
kind of control modes are currently activated and which are not.
CheckCheckCheckCheckcheckcheck gives the tuple containing the names of the control modes
(see also set_checkset_checkSetCheckSetCheckSetCheckset_check) which are preceded by a tilde
(~, e.g., '~data'),
if the corresponding control is deactivated.
运行信息
- 多线程类型:可重入(与非独占操作符并行运行)。
- 多线程作用域:全局(可以从任何线程调用)。
- 未经并行化处理。
参数表
CheckCheckCheckCheckcheckcheck (output_control) string-array → HTupleSequence[str]HTupleHtuple (string) (string) (HString) (char*)
Tuple of the currently activated control modes.
结果
get_checkget_checkGetCheckGetCheckGetCheckget_check always 返回值 2 (
H_MSG_TRUE)
.
可能的前置算子
set_checkset_checkSetCheckSetCheckSetCheckset_check
参考其它
set_checkset_checkSetCheckSetCheckSetCheckset_check
模块
Foundation