Closedown
This commit is contained in:
@@ -149,8 +149,9 @@ public class Scienta extends ch.psi.pshell.epics.Scienta {
|
||||
@Override
|
||||
public List<Double> getChannelRange() throws IOException, InterruptedException {
|
||||
ArrayList<Double> ret = new ArrayList<>();
|
||||
//ret.add(getChannelBegin().getValue());
|
||||
//ret.add(getChannelEnd().getValue());
|
||||
ret.add(getChannelBegin().getValue());
|
||||
ret.add(getChannelEnd().getValue());
|
||||
/*
|
||||
switch (getAcquisitionMode()) {
|
||||
case Swept:
|
||||
ret.add(getLowEnergy().getValue());
|
||||
@@ -167,6 +168,7 @@ public class Scienta extends ch.psi.pshell.epics.Scienta {
|
||||
break;
|
||||
|
||||
}
|
||||
*/
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user