just a note
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user