LV_test
Purpose:
-
Simple functional test of the LV interface. LV stands for LabView, but it really applies to any external interface that needs to access information about CyFlex variables.
Enter:
LV_test
No arguments are required.
This exercises 3 function calls
ret = LV_alias(“al_spd1”, “test_mode”);
ret = LV_alias_reconfig();
ret = LV_get_num_labels(0, &number_labels);
Where:
-
N/A