Hopefully someone can give advice as to a solution to my problem.
I use a Win 10 laptop as an interface to control my tektronix logic analyzer using Ethernet for connectivity. The tektronix analyzer uses ver 5.8.151 of their application software and works fine. I also want to use python, along with pyVisa in order to control some additional instrumentation using a NI USB GPIB controller.
My issue is that the Tek analyzer software uses their implementation of VISA (TekVisa). However, pyVisa doesn't work properly with TekVisa (at the least the version that is used with the analyzer application). If I install NI Visa, pyVisa works just fine but the Tek analyzer application is not happy.
If it is possible to install both VISA implementations simultaneously I cannot find how to to do it. The only other thing I haven't tried and really don't want to is to run one or the other on a virtual machine. I guess the VISA architecture confuses me as I thought that the standard would allow compatibility but that isn't true in my situation.
Any suggestions would be appreciated.
Thank you.