I want to control an Arb over LAN, and I want the option to enter the IP address at run time...is such a thing possible?
I know I can do it using COM for the PNA, but I'm using LAN through the VISA and I don't know if I can do this.
I want to deploy a VXE to run on the PNA, and control an ARB for measuring I/Q mixers, but I don't konw the arb address...so how to set it?
I know I can do it using COM for the PNA, but I'm using LAN through the VISA and I don't know if I can do this.
I want to deploy a VXE to run on the PNA, and control an ARB for measuring I/Q mixers, but I don't konw the arb address...so how to set it?
You could use "IO.AG_Scope.visaAddress=Input_Address" formula to do this. AG_Scope is VISA Alias in IO library, and my code is done by VEE pro 9.3.
Ryan Lu