public class MicroIonTest extends MicroIon
MicroIon.onOffCHECK_CONTAINS, CHECK_ENDS_WITH, CHECK_EQUALS, CHECK_MATCHES, CHECK_STARTS_WITH, ESR_ANY_ERROR, ESR_COMMAND_ERROR, ESR_DEVICE_ERROR, ESR_EXECUTION_ERROR, ESR_QUERY_ERROR, IDENT_FW_VERSION, IDENT_MANUFACTURER, IDENT_MODEL_NAME, IDENT_SERIAL_NUMBER, SB_ERROR_QUEUE, SB_EVENT_STATUS, SB_MASTER_STATUS, SB_MESSAGE_AVAILABLE, SB_OPERATION_STATUS, SB_QUESTIONABLE_STATUS| 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, printdevid, readMicroIon, readMicroIon, setTimeout, writeMicroIoncheckIdentification, clearStatus, enableOperationComplete, getError, getEventStatus, getEventStatusEnable, getIdentification, getOperationComplete, getServiceRequestEnable, getStatusByte, makeChannelList, makeChannelList, readDouble, readDoubleArray, readFloat, readFloatArray, readInteger, readIntegerArray, readString, readStringArray, reset, runSelfTest, setEventStatusEnable, setServiceRequestEnable, testIdentification, waitCompletion, writeCommand@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 © 2014 LSST. All rights reserved.