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
Remove *args from all devices __init__ (issue #84)
Take only **kwargs when constructing a device instance. This makes it
clear which of the classes will process a given argument. Should
enable us to make better use of multiple hierarchy. All cameras and
the ThorlabsFilterWheel already discarded `*args` and the deviceserver
already only works with `**kwargs` anyway.
0 commit comments