public class MicroIonTest extends MicroIon
MicroIon.onOff| Constructor and Description |
|---|
MicroIonTest() |
| Modifier and Type | Method and Description |
|---|---|
MicroIon.onOff |
getstate() |
void |
open(String MyDevId,
Integer baud,
Integer addr) |
void |
openftdi(String MyDevId,
Integer baud,
Integer addr) |
double |
readpressure() |
getPressure, getState, init, open, openftdi, readMicroIon, readMicroIon, setState, setTimeout, writeMicroIon@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,
@Argument(name="baud",description="baud rate")
Integer baud,
@Argument(name="addr",description="SA - address offset")
Integer addr)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(name="openftdi",
description="Open a device for use")
public void openftdi(@Argument(name="devId",description="The device ID of the device to open")
String MyDevId,
@Argument(name="baud",description="baud rate")
Integer baud,
@Argument(name="addr",description="SA - address offset")
Integer addr)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(name="readpressure",
description="Read pressure ")
public double readpressure()
throws Exception
Exception@Command(name="getstate",
description="Get state of the vacuum gauge")
public MicroIon.onOff getstate()
throws Exception
ExceptionCopyright © 2015 LSST. All rights reserved.