Closedown
This commit is contained in:
@@ -2,11 +2,10 @@
|
||||
* Copyright (c) 2014 Paul Scherrer Institute. All rights reserved.
|
||||
*/
|
||||
|
||||
import ch.psi.pshell.epics.Scienta;
|
||||
import ch.psi.pshell.epics.AreaDetector;
|
||||
import ch.psi.pshell.scan.Scan;
|
||||
import ch.psi.pshell.scan.ScanListener;
|
||||
import ch.psi.pshell.scan.ScanRecord;
|
||||
import ch.psi.pshell.ui.Panel;
|
||||
import ch.psi.pshell.ui.ScriptProcessor;
|
||||
import ch.psi.utils.Convert;
|
||||
import ch.psi.utils.State;
|
||||
@@ -53,8 +52,8 @@ public class PhotonEnergy extends ScriptProcessor {
|
||||
|
||||
@Override
|
||||
public void onInitialize(int runCount) {
|
||||
Scienta scienta = (Scienta) getDevice("Scienta");
|
||||
dvpAcqTime.setDevice(scienta.getAcquisitionTime());
|
||||
AreaDetector scienta = (AreaDetector) getDevice("Scienta");
|
||||
dvpAcqTime.setDevice(scienta.getChild(scienta.getName() + " acquire time"));
|
||||
updateTable();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user