Closed calumroy closed 8 months ago
Thank you for the suggestion. I'll get around to this when I can, but am quite busy these days so don't know when that will be. If you're up for it, you can create a PR and either add an examples
folder or add it into the README
.
Your example in the readme is confusing for beginners who don't know about VISA. What should "\<port>" look like in
e.g I have a device I want to talk scpi comms to over tcp/ip on ip address 169.254.89.0 port 5025.
Trying these all fail:
What is a concrete example for the value?
I eventually found that this worked:
Can you add an explanation to setting the rid in the readme if this is the correct connection method for tcp/ip case or explain the
scpi.Instrument( <port> )
better.