01-12-2017 11:10 AM
Using TestStand 4.2.1 is there a way to programmatically set the LabWindows/CVI adapter as one of the first steps in a sequence?
01-12-2017 02:54 PM
It appears the adapter type can be changed on a per step level but not on a "global" level for the entire sequence. Using the following in a pre-expression statement will work for each step.
(Step.CanChangeAdapter( "C/CVI Flexible Prototype Adapter") ) ? (Step.ChangeAdapter("C/CVI Flexible Prototype Adapter") 😞 1