-
Notifications
You must be signed in to change notification settings - Fork 2
Python Support
from lv_ui_testing import ui_testingThe methods are split into two categories:
- FMV : the one for the Front Most Vi
- SP : the one for a VI inside a SubPanel of the front most Vi
The arguments of the different methods are often similar:
- control_label : the label of the control/indicator
- subpanel_label : the label of the subpanel object
Returns the name of the front most VI.
Simulate the click of a User on a button (boolean).
Returns the current value of a control/indicator as a string.
Returns the current value of a control/indicator as a number.
Returns the current value of a control/indicator as a bool.
Set a number (double format) to a control.
Returns the name of the VI inside the subpanel object.
Simulate the click of a User on a button (boolean) in the VI inside the subpanel object.
Returns the current value as a string of a control/indicator in the VI inside the subpanel object.
Returns the current value as a number of a control/indicator in the VI inside the subpanel object.
Returns the current value as a boolean of a control/indicator in the VI inside the subpanel object.
Set a number (double format) to a control/indicator in the VI inside the subpanel object.