public class AP7900Test extends Object
| Constructor and Description |
|---|
AP7900Test() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
open(String MyDevId) |
void |
setState(boolean onOff) |
protected AP7900 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
ExceptionCopyright © 2014 LSST. All rights reserved.