Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generic connections #119

Open
MatthieuDartiailh opened this issue Oct 4, 2017 · 0 comments
Open

Generic connections #119

MatthieuDartiailh opened this issue Oct 4, 2017 · 0 comments

Comments

@MatthieuDartiailh
Copy link
Member

In Lyon there are using Ethernet-GPIB adapter. The address of the instrument is then of the form TCPIP0::192.168.0.254::gpib0,5;;INSTR. This can be supported out of the box by declaring the VisaRaw connection on the driver declaration.
However, for the time being it is not so and it seems absurd to systematically add this declaration to each driver declaration. Furthermore, if one was to add a connection dedicated to this particular bridge, to be useful it would have to be added to each GPIB instrument, which is not practical.
I hence suggest to add a field to the declaration of a Connection, listing the connections it can replace. When a driver register itself, it would then query the additional connections the instrument can support based on the ones it declares and add those.

We may want to let the user choose to only display declared connections or all supported connections, not sure what widget to use however.

Any volunteer to work on this ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant