This commit is contained in:
@@ -13,7 +13,7 @@ import datetime
|
||||
do_elog = True
|
||||
dry_run = False
|
||||
is_panel = get_exec_pars().source != CommandSource.ui #Must be checked before callin "run"
|
||||
camera_name = "SINEG01-DSCR190"
|
||||
camera_name = "simulation" if dry_run else "SINEG01-DSCR190"
|
||||
bpm_name = "SINEG01-DBPM340"
|
||||
use_good_region=False
|
||||
magnets = ["SINEG01-MCRX120","SINEG01-MCRY120",
|
||||
|
||||
@@ -14,7 +14,7 @@ import datetime
|
||||
do_elog = True
|
||||
dry_run = False
|
||||
is_panel = get_exec_pars().source != CommandSource.ui #Must be checked before callin "run"
|
||||
camera_name = "SINEG01-DSCR190"
|
||||
camera_name = "simulation" if dry_run else "SINEG01-DSCR190"
|
||||
bpm_name = "SINEG01-DBPM340"
|
||||
use_good_region=False
|
||||
magnets = ["SINEG01-MCRX120","SINEG01-MCRY120",
|
||||
|
||||
Reference in New Issue
Block a user