12-07-2007 08:06 AM
12-10-2007 04:24 PM - edited 12-10-2007 04:25 PM
Hey Steve,
The TestStand API for CVI, which can be found at <TestStand>/API/CVI/tsapicvi.fp, uses this CAObjHandle to communicate with TestStand. In TestStand, you can specify to pass a CAObjHandle by selecting the parameter to be an “Object” for Category and “CVI Active X Automation Handle” for type. See the screen shot below. Once CAObjHandle is selected as the parameter type, you can pass any object through this handle. I hope this helps.