store PV name on Camera objects
This commit is contained in:
@ -13,6 +13,7 @@ class Camera(CachedSource, PVCollection):
|
||||
#TODO: could also accept base as argument, and also append ":FPICTURE"
|
||||
|
||||
def __init__(self, pvname):
|
||||
self.pvname = pvname
|
||||
assert pvname.endswith(":FPICTURE")
|
||||
base = pvname.rsplit(":", 1)[0]
|
||||
PVCollection.__init__(
|
||||
|
Reference in New Issue
Block a user