
public interface AerotechDevice
| Modifier and Type | Method and Description |
|---|---|
void |
abort() |
void |
disableAxes() |
void |
enableAxes() |
void |
fullreset() |
String |
getError() |
double |
getLastPos_x() |
double |
getLastPos_y() |
double |
getLastPos_z() |
double |
getPos_x() |
double[] |
getPos_xyz() |
double |
getPos_y() |
double |
getPos_z() |
String |
getVersion() |
double |
getxOffset() |
double |
getyOffset() |
double |
getzOffset() |
void |
goHome() |
void |
moveAbs_x(double x) |
void |
moveAbs_xy(double x,
double y) |
void |
moveAbs_xyz(double x,
double y,
double z) |
void |
moveAbs_y(double y) |
void |
moveAbs_z(double z) |
void |
moveInc_x(double dx) |
void |
moveInc_xy(double dx,
double dy) |
void |
moveInc_xyz(double dx,
double dy,
double dz) |
void |
moveInc_y(double dy) |
void |
moveInc_z(double dz) |
void |
rampRate(double rampRate) |
void |
reset() |
void |
setSpeed(double speed) |
void |
setupHome(int mode) |
void |
setxOffset(double xOffset) |
void |
setyOffset(double yOffset) |
void |
setzOffset(double zOffset) |
void |
softHighLim(String axis,
int param) |
void |
softLowLim(String axis,
int param) |
void abort()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionvoid enableAxes()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionvoid disableAxes()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionString getVersion() throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionvoid rampRate(double rampRate)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionvoid setSpeed(double speed)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionvoid moveInc_x(double dx)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionvoid moveInc_y(double dy)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionvoid moveInc_z(double dz)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionvoid moveInc_xy(double dx,
double dy)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionvoid moveInc_xyz(double dx,
double dy,
double dz)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionvoid moveAbs_x(double x)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionvoid moveAbs_y(double y)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionvoid moveAbs_z(double z)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionvoid moveAbs_xy(double x,
double y)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionvoid moveAbs_xyz(double x,
double y,
double z)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptiondouble getPos_x()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptiondouble getPos_y()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptiondouble getPos_z()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptiondouble[] getPos_xyz()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptiondouble getLastPos_x()
double getLastPos_y()
double getLastPos_z()
double getxOffset()
double getyOffset()
double getzOffset()
void setxOffset(double xOffset)
void setyOffset(double yOffset)
void setzOffset(double zOffset)
String getError() throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionvoid reset()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionvoid fullreset()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionvoid goHome()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionvoid setupHome(int mode)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionvoid softLowLim(String axis, int param) throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionvoid softHighLim(String axis, int param) throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionCopyright © 2017 LSST. All rights reserved.