Hi Vesna,
Hope you are doing fine....
I have a small question....
whats wrong in calling the following function...
I am calling the function after initializing the hp8720c network analyzer, but vb hangs up.
------------------------------------------------------
For i = 1 To 10
errcode = hp8720c.hp8720c_data_trans_to_array(instrumentID, dataType, realStimulus(i), imaginaryResponse(i))
Text1.Text = Errmsg(errcode)
Print "RealStimuls" & realStimulus(i); " imaginaryResponse" & imaginaryResponse(i)
Next i