09-13-2011 03:20 AM
Hi,
While using LabWindows/CVI IVI-C drivers in Test Stand, we found a difficulty in giving the value to the attribute parameter for the functions. For e.g., With ividmm.dll in C:\Program Files\IVI Foundation\IVI\Bin, choosing IviDmm_ConfigureMeasurement as function name, found very difficult to find the value to the "measurementFunction" parameter. We need to go to the header IADdmm.h, calculate the value of the attribute value and pass here.
Is there any better way of doing this in Test Stand?
Thanks
Selva
09-13-2011 04:11 AM
Why dont you use the IVI step type for DMM?
09-13-2011 04:16 AM
We have our own customized class driver for DMM. We might need to use the customized class driver direcly in Test Stand. And need to know any better way of passing attibute value to the parameter?