-
Notifications
You must be signed in to change notification settings - Fork 2
Python Support
ThomasPRZilliox edited this page Feb 25, 2024
·
7 revisions
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.