public class TestO76995 extends Object
| Modifier and Type | Field and Description |
|---|---|
protected OrielShutter |
mydev |
| Constructor and Description |
|---|
TestO76995() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
closeshutter() |
void |
open(String MyDevId) |
String |
openftdi(String host,
int baud,
int addr) |
void |
openshutter() |
protected OrielShutter 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 String openftdi(@Argument(name="serialname",description="Serial device name")
String host,
@Argument(name="baud",description="baud")
int baud,
@Argument(name="addr",description="address offset (normally 0)")
int addr)
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="openshutter",
description="Open shutter")
public void openshutter()
throws Exception
ExceptionCopyright © 2018 LSST. All rights reserved.