added pgroup, channels, motors
This commit is contained in:
20
furka.py
20
furka.py
@ -3,7 +3,7 @@
|
||||
# just a precaution:
|
||||
from pathlib import Path
|
||||
filepath = Path(__file__).absolute()
|
||||
raise SystemExit(f"Please adjust pgroup and channels in {filepath}")
|
||||
raise SystemExit(f"Please check {filepath} before going on ...")
|
||||
|
||||
|
||||
from slic.core.acquisition import SFAcquisition
|
||||
@ -19,20 +19,24 @@ from slic.utils import devices
|
||||
|
||||
dummy = DummyAdjustable(units="au")
|
||||
|
||||
mot_x = Motor("SATES30-RETRO:MOT_X", name="Retro X")
|
||||
mot_y = Motor("SATES30-RETRO:MOT_Y", name="Retro Y")
|
||||
mot_z = Motor("SATES30-RETRO:MOT_Z", name="Retro Z")
|
||||
mot_theta = Motor("SATES30-RETRO:MOT_RY", name="Retro Theta"
|
||||
|
||||
|
||||
channels = [
|
||||
"SOME:CHANNEL",
|
||||
"SOMETHING:ELSE"
|
||||
# "SATES30-CAMS182-GIGE1:FPICTURE",
|
||||
"SATES30-LSCP10-FNS:CH0:VAL_GET",
|
||||
"SATES30-LSCP10-FNS:CH1:VAL_GET",
|
||||
"SATES30-LSCP10-FNS:CH4:VAL_GET"
|
||||
]
|
||||
|
||||
pvs = [
|
||||
"SOME:CHANNEL",
|
||||
"SOMETHING:ELSE"
|
||||
]
|
||||
pvs = []
|
||||
|
||||
|
||||
instrument = "furka"
|
||||
pgroup = "p19???"
|
||||
pgroup = "p19197"
|
||||
|
||||
#check_intensity = PVCondition("SATFE10-PEPG046:FCUP-INTENSITY-CAL", vmin=5, vmax=None, wait_time=3, required_fraction=0.8)
|
||||
check_intensity = None
|
||||
|
Reference in New Issue
Block a user