query_spyT_query_spyQuerySpyQuerySpyquery_spy (Operator)

Name

query_spyT_query_spyQuerySpyQuerySpyquery_spy — Inquiring for possible settings of the HALCON debugging tool.

Signature

query_spy( : : : Classes, Values)

Herror T_query_spy(Htuple* Classes, Htuple* Values)

void QuerySpy(HTuple* Classes, HTuple* Values)

static HTuple HSystem::QuerySpy(HTuple* Values)

static void HOperatorSet.QuerySpy(out HTuple classes, out HTuple values)

static HTuple HSystem.QuerySpy(out HTuple values)

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

Parameters

ClassesClassesClassesClassesclassesclasses (output_control)  string-array HTupleSequence[str]HTupleHtuple (string) (string) (HString) (char*)

Available control modes (see also set_spyset_spySetSpySetSpySetSpyset_spy).

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 TRUE.

Possible Predecessors

reset_obj_dbreset_obj_dbResetObjDbResetObjDbResetObjDbreset_obj_db

See also

set_spyset_spySetSpySetSpySetSpyset_spy, get_spyget_spyGetSpyGetSpyGetSpyget_spy

Module

Foundation