public class TestGP835 extends Object
| Constructor and Description |
|---|
TestGP835() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
String |
getMSP() |
double |
getPressure() |
String |
getTestReport() |
void |
open(int itype,
String MyDevId) |
String |
openftdi(String host,
int baud) |
void |
setGaugeOff() |
void |
setGaugeOn() |
protected GP835 mydev
@Command(name="open",
description="Open a device for use")
public void open(@Argument(name="connType",description="type of connection NETWORK(0), FTDI(1), SERIAL(2)")
int itype,
@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="FTDI id")
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="getPressure",
description="get the pressure")
public double getPressure()
throws Exception
Exception@Command(name="getTestReport",
description="get the test report")
public String getTestReport()
throws Exception
Exception@Command(name="getMSP",
description="get the mass spectrometer scan results")
public String getMSP()
throws Exception
Exception@Command(name="setGaugeOn",
description="set the gauge on ")
public void setGaugeOn()
throws Exception
ExceptionCopyright © 2016 LSST. All rights reserved.