The VB code I am using establishes references to the TestStand ActiveX component (TestStand 1.0.2). It successfully processes UIMessages and retrieves the results array. However, I can't figure out how to get upper and lower limit values from TestStand.
An NI article titled "Understanding and Modifying Result Collection" says that upper and lower limits are not subproperties of the Result property, and that someone might use the AddExtraResult API to specifyadditional step properties for TestStand to include in the result list.
As I mentioned, I am using VB (VB6 Enterprise).
VB's object browser, although sufficient for other DLLs and ActiveX components, doesn't seem to
be able to give me the right kind of information for making API calls to TestStand.
The means by which I am presently getting results is to use GetSequenceContext, PreviousStepIndex, and retrieve the step.name and step.results. Later I step through the results array of the ResultObject.
Can you give me an idea or suggestion for retrieving upper and lower limits by means of VB from a TestStand step?
Thanks
Griff