public class TestXED extends Object
| Constructor and Description |
|---|
TestXED() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
extendFe55() |
void |
open(String MyDevId) |
void |
openftdi(String host,
int baud) |
void |
retractFe55() |
protected XED mydev
@Command(name="open",
description="Open a device for use")
public void open(@Argument(name="devId",description="The device ID of the device to open")
String MyDevId)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(name="openftdi",
description="Open FTDI connection to device")
public void openftdi(@Argument(name="serialname",description="Serial device name")
String host,
@Argument(name="baud",description="baud")
int baud)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(name="close",
description="Close the device")
public void close()
throws Exception
Exception@Command(name="extendFe55",
description="extend arm")
public void extendFe55()
throws Exception
ExceptionCopyright © 2015 LSST. All rights reserved.