Closedown

This commit is contained in:
x03daop
2016-03-08 17:12:21 +01:00
parent 715e8c7120
commit 1fb846e2e4
2 changed files with 12 additions and 2 deletions
+2
View File
@@ -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;
}