Hi
I'm using the activex adapter of TestStand with canalyzer from vector.
I want to build the same function in TestStand as in visual basic script.
Set Measurement = App.Measurment
App.Measurement.Start
result = myFunction.Call(3)
App.Measurement.Stop
Sub Measurement_OnInit()
Set myFunction = App.Capl.GetFunction("test")
End Sub
Is this possible to use in TestStand and how?
Thanks
Torsten