Closedown
This commit is contained in:
@@ -161,6 +161,8 @@ public class PhotonEnergy extends Panel {
|
||||
args.put("SENSORS", sensors);
|
||||
args.put("VECTOR", getVector());
|
||||
args.put("LATENCY", (Double) spinnerLatency.getValue());
|
||||
args.put("MODE", radioSwept.isSelected() ? "swept" :"fixed");
|
||||
args.put("STEP", (Double) spinnerStep.getValue());
|
||||
runAsync("PhotonEnergy", args);
|
||||
running = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user