Closedown
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user