dev_inspect_ctrl ( : : Variable : )

Open a window to inspect a control variable.

dev_inspect_ctrl opens a dialog to check the contents of a control variable. This dialog has a scrolled list with all the values of the variable. In the case of an frame grabber handle a specific dialog is opened which displays the most important frame grabber parameters and can be used to switch the frame grabber only interactively. The contents of the dilaog will be updated whenever the value(s) of variable changes. The update mode can influenced by the operator dev_update_var. The dialog can be closed by pressing the Close-button or by calling dev_close_inspect_ctrl.


Attention

This operator is not supported for exported C++ code.


Parameters

Variable (input_control)
integer(-array) -> integer / real / string
Name of the variable to be checked.


Example
read_image (Image, 'fabrik')
regiongrowing (Image, Regions, 3, 3, 6, 100)
area_center (Regions, Area, Row, Column)
dev_inspect_ctrl (Area)

Result

dev_inspect_ctrl always returns 2 (H_MSG_TRUE)


Parallelization Information

dev_inspect_ctrl is local and processed completely exclusively without parallelization.


See also

dev_update_var


Module

Basic operators



Copyright © 1996-2005 MVTec Software GmbH