diff --git a/slic/utils/hastyepics.py b/slic/utils/hastyepics.py index f3b88cc6..3c4967d7 100644 --- a/slic/utils/hastyepics.py +++ b/slic/utils/hastyepics.py @@ -3,6 +3,7 @@ from epics import get_pv as _get_pv +# speed up: do not wait for the connection to happen def get_pv(*args, connect=False, timeout=0, **kwargs): return _get_pv(*args, connect=connect, timeout=timeout, **kwargs)