public class TestXED extends Object
| Constructor and Description |
|---|
TestXED() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
extendFe55() |
void |
open(String MyDevId) |
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="close",
description="Close the device")
public void close()
throws Exception
Exception@Command(name="extendFe55",
description="extend arm")
public void extendFe55()
throws Exception
ExceptionCopyright © 2023 LSST. All rights reserved.