I am trying to communicate with a TDS 3052B scope through the ethernet interface using LW/CVI 7.0 and TekVISA. It's all set up and I can ping the scope, but when I use the example that came with the instrument driver it says "Error-Insufficient location information or resource not present in the system". This is the code snippet:
checkErr( tkds30xx_InitWithOptions ("TCPIP::146.137.50.144::INSTR", VI_TRUE,VI_TRUE, "Simulate=0,RangeCheck=1,QueryInstrStatus=1,Cache=1", &vi));