query_spyT_query_spyQuerySpyQuerySpyquery_spy (Operator)
Name
query_spyT_query_spyQuerySpyQuerySpyquery_spy
— Inquiring for possible settings of the HALCON debugging tool.
Signature
def query_spy() -> Tuple[Sequence[str], Sequence[str]]
Description
The operator query_spyquery_spyQuerySpyQuerySpyQuerySpyquery_spy
returns all possible settings of spy, the
HALCON debugging tool,
i.e. all the available control modes (ClassesClassesClassesClassesclassesclasses
) as well as the
corresponding possible ways of setting (ValuesValuesValuesValuesvaluesvalues
).
For a more detailed description of spy see operator set_spyset_spySetSpySetSpySetSpyset_spy
.
Attention
The values of ValuesValuesValuesValuesvaluesvalues
cannot be used as direct input for
set_spyset_spySetSpySetSpySetSpyset_spy
, as they are transmitted as a symbolic constant.
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
ValuesValuesValuesValuesvaluesvalues
(output_control) string-array →
HTupleSequence[str]HTupleHtuple (string) (string) (HString) (char*)
Corresponding state of the control modes.
Result
query_spyquery_spyQuerySpyQuerySpyQuerySpyquery_spy
always returns the value 2 (
H_MSG_TRUE)
.
Possible Predecessors
reset_obj_dbreset_obj_dbResetObjDbResetObjDbResetObjDbreset_obj_db
See also
set_spyset_spySetSpySetSpySetSpyset_spy
,
get_spyget_spyGetSpyGetSpyGetSpyget_spy
Module
Foundation