08-20-2008 04:22 PM
I'm creating an IVI spec an driver starting from the wizard-generated class-compliant driver skeleton. I see that "Trace" is a repeated capability, and that its associated attributes are created using Ivi_AddRepeatedAttributeViInt32() and "Trace". If I have multiple markers, do I need to change the marker-associated attributes to be created using AddRepeatedAttributeViInt32 and "Marker"? Or does the IVI engine handle it all for me, based on the attribute for the currently active marker? (There is no attribute for a currently active trace.)
Thanks,
09-30-2008 02:05 PM
Hi,
You might try with the IVI Foundation specification for SpecAn
http://www.ivifoundation.org/downloads/Class%20Specifications/IviSpecAn.pdf
09-30-2008 08:28 PM
10-01-2008 01:14 PM
10-02-2008 10:25 AM
Thanks very much!