This commit is contained in:
gac-S_Changer
2019-01-24 14:40:48 +01:00
parent 1fd5b666e6
commit 872eb21eb4
2 changed files with 14 additions and 3 deletions

View File

@@ -465,6 +465,14 @@ public class Controller {
}
}
public Boolean isImagingEnabled() {
try {
return getMainFrame().eval("is_imaging_enabled()", true).equals(true);
} catch (Exception ex) {
return null;
}
}
public void imageDetectPucks() throws Context.ContextStateException {
imageDetectPucks(null, null, null);