removed deprecated file
This commit is contained in:
@@ -1,22 +0,0 @@
|
||||
from ...general.smaract import SmarActRecord
|
||||
from epics import PV
|
||||
|
||||
|
||||
class SmaractTower:
|
||||
|
||||
def __init__(self, Id):
|
||||
self.Id = Id
|
||||
|
||||
### Mirrors used in the experiment ###
|
||||
try:
|
||||
self.x = SmarActRecord(Id + "-ESB1")
|
||||
except:
|
||||
print("No Smaract x linear stage")
|
||||
|
||||
try:
|
||||
self.gonio = SmarActRecord(Id + "-ESB2")
|
||||
except:
|
||||
print("No Smaract Gonio")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user