LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Do I need to do anything additional to implement multiple markers in an IVI Spec An driver?

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,

0 Kudos
Message 1 of 5
(3,771 Views)

Hi,

 

You might try with the IVI Foundation specification for SpecAn

http://www.ivifoundation.org/downloads/Class%20Specifications/IviSpecAn.pdf

0 Kudos
Message 2 of 5
(3,666 Views)
Sorry, I should have said earlier.  I already have referred to the IVI Foundation spec.  I still have my questions, which aren't specifically answered by the spec.
0 Kudos
Message 3 of 5
(3,657 Views)
You can add marker associated attributes to be created using AddRepeatedAttributeViInt32 and "Marker" you can check the driver agmxa as an example.
0 Kudos
Message 4 of 5
(3,639 Views)

Thanks very much!

 

0 Kudos
Message 5 of 5
(3,623 Views)