public class TestTPG261 extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TestTPG261.onOff
Public constants *
**************************************************************************
|
| Constructor and Description |
|---|
TestTPG261() |
| Modifier and Type | Method and Description |
|---|---|
TestTPG261.onOff |
getstate() |
void |
open(String MyDevId,
Integer baud) |
double |
readpressure() |
@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)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(name="readpressure",
description="Read pressure ")
public double readpressure()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(name="getstate",
description="Get state of the vacuum gauge")
public TestTPG261.onOff getstate()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionCopyright © 2023 LSST. All rights reserved.