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
We have to initialize all of hax to use SC routines? This is just sort of nasty since it means we can't use the slow control module as standalone (one perk of previous implementation). Humm...
Yes, that's a price we pay for having common options handling. Normally hax.init calls init_sc_interface for you though, so that's still just one line of code to init it (and if speed is an issue, try hax.init(use_runs_db=False))
Gives:
KeyError: 'sc_variable_list'
The text was updated successfully, but these errors were encountered: