Measurement Studio for VB6

cancel
Showing results for 
Search instead for 
Did you mean: 

cwai function

i read in a post that you recommand to use m_wai.GetStartCondition().SetType(1) to do an operation i want ... but this function is in VC++ and i'm using VB6 is there an function that can do that in vb?

an other thing is there a place to find a resume of component works function.. how to use them...the parameters etc..??!!
thanks
Olivier
0 Kudos
Message 1 of 2
(3,194 Views)
There is the online help for the controls that has all the documentation for all of the functions. Just right click on any control and go to Help and you will get the help for the control. As for your question, the Visual Basic syntax for the statement above would be:

CWAI1.StartCondition.Type = cwaiHWDigital

Best Regards,

Chris Matthews
National Instruments
0 Kudos
Message 2 of 2
(3,194 Views)