Pre-check
Search Terms
Hi, I tried instrument configuration to use Tektronix TSP Toolkit.
TSP: Connect > I provide VISA resource string, and get error
Unable to connect to instrument at USB0::....::...::...::INSTR: could not get instrument information
I could use the same VISA resource string to control 2450 by python
for example,
rm = pyvisa.ResourceManager()
instr = rm.open_resource('USB0::....::...::...::INSTR')
it works.
Could you help me with instrument configuration? Thank you.
TSP Toolkit Version
1.2.2
TSP Toolkit Develop Version
None
Steps to Reproduce
TSP:Connect
Enter VISA resource string
Expected Behavior
instrument configuration
Actual Behavior
error