From e78dd9e1cb3a177827aa2b0dbbf85385099f58bb Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Sun, 10 Oct 2021 19:25:05 +0200 Subject: [PATCH] just a note --- slic/utils/hastyepics.py | 1 + 1 file changed, 1 insertion(+) 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)