Added Sensors and Spreadsheet
This commit is contained in:
@ -21,7 +21,7 @@ for i in n_unds:
|
||||
|
||||
|
||||
|
||||
overview = SimpleDevice("Furka Overview",
|
||||
spreadsheet_info = dict(
|
||||
|
||||
|
||||
FELrepRate = PVAdjustable("SWISSFEL-STATUS:Bunch-2-Appl-Freq-RB", internal=True),
|
||||
@ -47,6 +47,9 @@ overview = SimpleDevice("Furka Overview",
|
||||
|
||||
|
||||
|
||||
overview = SimpleDevice("Furka Overview", **spreadsheet_info)
|
||||
|
||||
|
||||
spreadsheet_line = [
|
||||
"timeStamp", "run name", "File name", "comments", "static/scan", "start", "stop", "step size", "shots", "Sample",
|
||||
"ppressChamb3",
|
||||
|
Reference in New Issue
Block a user