Closedown

This commit is contained in:
gac-x04sa
2018-01-12 15:02:24 +01:00
parent 2faf53e929
commit 37d55aa12a
2 changed files with 69 additions and 93 deletions
+8
View File
@@ -23,6 +23,14 @@ public class Pilatus extends AreaDetector{
return (Double) readCtrl("Chi", Double.class);
}
public void setChiIncr(double value) throws IOException, InterruptedException{
writeCtrl("ChiIncr", value);
}
public double getChiIncr() throws IOException, InterruptedException{
return (Double) readCtrl("ChiIncr", Double.class);
}
public void setOmega(double value) throws IOException, InterruptedException{
writeCtrl("Omega", value);
}