Skip to content

get_checkGetCheckGetCheckget_checkT_get_checkπŸ”—

Short descriptionπŸ”—

get_checkGetCheckGetCheckget_checkT_get_check β€” State of the HALCON control modes.

SignatureπŸ”—

get_check( out string Check )void GetCheck( HTuple* Check )static void HOperatorSet.GetCheck( out HTuple check )def get_check( ) -> Sequence[str]

Herror T_get_check( Htuple* Check )

static HTuple HSystem::GetCheck( )

static HTuple HSystem.GetCheck( )

DescriptionπŸ”—

Executing the operator get_checkGetCheck the user can inquire what kind of control modes are currently activated and which are not. Checkcheckcheck gives the tuple containing the names of the control modes (see also set_checkSetCheck) which are preceded by a tilde (~, e.g., β€˜~data’), if the corresponding control is deactivated.

Execution informationπŸ”—

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πŸ”—

Checkcheckcheck (output_control) string-array β†’ (string)HTuple (HString)HTuple (string)Sequence[str]Htuple (char*)

Tuple of the currently activated control modes.

ResultπŸ”—

get_checkGetCheck always returns the value 2 (H_MSG_TRUE).

Combinations with other operatorsπŸ”—

Combinations

Possible predecessors

set_checkSetCheck

See also

set_checkSetCheck

ModuleπŸ”—

Foundation