just a note

This commit is contained in:
2021-10-10 19:25:05 +02:00
parent 435ddaebd4
commit e78dd9e1cb
+1
View File
@@ -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)