You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know, if the regexp captures all valid USB resource names, but I can't improve this, because I don't know the rules for these resource names. Maybe you do...
Thanks & regards, Gerhard
The text was updated successfully, but these errors were encountered:
It's indeed the Lab::Bus::VISA. I got this up and running years ago on a quite early implementation of Lab::Measurement etc. with ActiveState Perl and was happy to get it working again now with the latest version on a Strawberry Perl.
I'll have to dig into my code, to find, where this is actually referred.
I have various USB instruments, which have resource names like
This is currently not recognized by Lab::Visa. However, if this is added to the _check_resource_name function in Visa.pm, all works fine for me.
I don't know, if the regexp captures all valid USB resource names, but I can't improve this, because I don't know the rules for these resource names. Maybe you do...
Thanks & regards, Gerhard
The text was updated successfully, but these errors were encountered: