public class TestAerotechPro165
extends org.lsst.ccs.drivers.ascii.TestAscii
| Modifier and Type | Field and Description |
|---|---|
protected AerotechPro165 |
mydev |
| Constructor and Description |
|---|
TestAerotechPro165() |
| Modifier and Type | Method and Description |
|---|---|
void |
enable() |
String |
getpos() |
double[] |
getposXYZ() |
void |
moveabs(double dx,
double dy,
double dz) |
void |
moveinc(double dx,
double dy,
double dz) |
String |
readAP(String command) |
String |
version() |
void |
writeAP(String command) |
protected final AerotechPro165 mydev
@Command(name="version",
description="get the version")
public String version()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(name="enable",
description="enable")
public void enable()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(name="getpos",
description="get position")
public String getpos()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(name="moveinc",
description="step position by dx, dy, dz")
public void moveinc(@Argument(name="dx",description="X step")
double dx,
@Argument(name="dy",description="Y step")
double dy,
@Argument(name="dz",description="Z step")
double dz)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(name="moveabs",
description="move to position x, y, z")
public void moveabs(@Argument(name="dx",description="X step")
double dx,
@Argument(name="dy",description="Y step")
double dy,
@Argument(name="dz",description="Z step")
double dz)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(name="getpos_xyz",
description="get position x, y, z")
public double[] getposXYZ()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(name="readap",
description="execute comand and read response")
public String readAP(@Argument(description="Command to execute")
String command)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(name="writeap",
description="execute command")
public void writeAP(@Argument(description="Command to execute")
String command)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionCopyright © 2019 LSST. All rights reserved.