
public interface AerotechDevice
| Modifier and Type | Method and Description |
|---|---|
void |
abort() |
void |
disableAxes() |
void |
enableAxes() |
void |
fullreset() |
String |
getError() |
default double |
getLastPos_x()
Deprecated.
|
default double |
getLastPos_y()
Deprecated.
|
default double |
getLastPos_z()
Deprecated.
|
double |
getLastPosX() |
double |
getLastPosY() |
double |
getLastPosZ() |
default double |
getPos_x()
Deprecated.
|
default double[] |
getPos_xyz()
Deprecated.
|
default double |
getPos_y()
Deprecated.
|
default double |
getPos_z()
Deprecated.
|
double |
getPosX() |
double[] |
getPosXYZ() |
double |
getPosY() |
double |
getPosZ() |
String |
getVersion() |
double |
getxOffset() |
double |
getyOffset() |
double |
getzOffset() |
void |
goHome() |
default void |
moveAbs_x(double x)
Deprecated.
|
default void |
moveAbs_xy(double x,
double y)
Deprecated.
|
default void |
moveAbs_xyz(double x,
double y,
double z)
Deprecated.
|
default void |
moveAbs_y(double y)
Deprecated.
|
default void |
moveAbs_z(double z)
Deprecated.
|
void |
moveAbsX(double x) |
void |
moveAbsXY(double x,
double y) |
void |
moveAbsXYZ(double x,
double y,
double z) |
void |
moveAbsY(double y) |
void |
moveAbsZ(double z) |
default void |
moveInc_x(double dx)
Deprecated.
|
default void |
moveInc_xy(double dx,
double dy)
Deprecated.
|
default void |
moveInc_xyz(double dx,
double dy,
double dz)
Deprecated.
|
default void |
moveInc_y(double dy)
Deprecated.
|
default void |
moveInc_z(double dz)
Deprecated.
|
void |
moveIncX(double dx) |
void |
moveIncXY(double dx,
double dy) |
void |
moveIncXYZ(double dx,
double dy,
double dz) |
void |
moveIncY(double dy) |
void |
moveIncZ(double dz) |
void |
rampRate(double rate) |
void |
reconnect() |
void |
reset() |
void |
setSpeed(double speed) |
void |
setupHome(int mode) |
void |
setxOffset(double xoff) |
void |
setyOffset(double yoff) |
void |
setzOffset(double zoff) |
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 rate)
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 moveIncX(double dx)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionvoid moveIncY(double dy)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionvoid moveIncZ(double dz)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionvoid moveIncXY(double dx,
double dy)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionvoid moveIncXYZ(double dx,
double dy,
double dz)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionvoid moveAbsX(double x)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionvoid moveAbsY(double y)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionvoid moveAbsZ(double z)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionvoid moveAbsXY(double x,
double y)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionvoid moveAbsXYZ(double x,
double y,
double z)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptiondouble getPosX()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptiondouble getPosY()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptiondouble getPosZ()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptiondouble[] getPosXYZ()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptiondouble getLastPosX()
double getLastPosY()
double getLastPosZ()
double getxOffset()
double getyOffset()
double getzOffset()
void setxOffset(double xoff)
void setyOffset(double yoff)
void setzOffset(double zoff)
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 reconnect()
void 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.DriverException@Deprecated @Command(description="move incrementally in x") default void moveInc_x(@Argument(description="amount to move in user units") double dx) throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Deprecated @Command(description="move incrementally in y") default void moveInc_y(@Argument(description="amount to move in user units") double dy) throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Deprecated @Command(description="move incrementally in z") default void moveInc_z(@Argument(description="amount to move in user units") double dz) throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Deprecated @Command(description="move incrementally in x and y") default void moveInc_xy(@Argument(description="amount to move in x in user units") double dx, @Argument(description="amount to move in y in user units") double dy) throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Deprecated @Command(description="move incrementally in x, y and z") default void moveInc_xyz(@Argument(description="amount to move in x in user units") double dx, @Argument(description="amount to move in y in user units") double dy, @Argument(description="amount to move in z in user units") double dz) throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Deprecated @Command(description="move absolutely in x") default void moveAbs_x(@Argument(description="x position in user units") double x) throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Deprecated @Command(description="move absolutely in y") default void moveAbs_y(@Argument(description="y position in user units") double y) throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Deprecated @Command(description="move absolutely in z") default void moveAbs_z(@Argument(description="z position in user units") double z) throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Deprecated @Command(description="move absolutely in x and y") default void moveAbs_xy(@Argument(description="x position in user units") double x, @Argument(description="y position in user units") double y) throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Deprecated @Command(description="move absolutely in x, y and z") default void moveAbs_xyz(@Argument(description="x position in user units") double x, @Argument(description="y position in user units") double y, @Argument(description="z position in user units") double z) throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Deprecated @Command(description="returns position in x") default double getPos_x() throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Deprecated @Command(description="returns position in y") default double getPos_y() throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Deprecated @Command(description="returns position in z") default double getPos_z() throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Deprecated @Command(description="returns position in x, y and z") default double[] getPos_xyz() throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Deprecated default double getLastPos_x()
@Deprecated default double getLastPos_y()
@Deprecated default double getLastPos_z()
Copyright © 2019 LSST. All rights reserved.