|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.lsst.ccs.drivers.mcc.MccUsb
org.lsst.ccs.drivers.mcc.MccTcAi
public class MccTcAi
Access a Measurement Computing USB-TC-AI device
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
MccTcAi()
Constructor |
|
| Method Summary | |
|---|---|
void |
open(java.lang.String serial,
boolean force)
Opens device connection |
| Methods inherited from class org.lsst.ccs.drivers.mcc.MccUsb |
|---|
adcIn, adcScan, blink, calConfig, calibrate, calSteps, close, cntrInit, cntrRead, configAlarm, dioConfig, dioConfigBit, dioIn, dioInBit, dioOut, dioOutBit, getAlarmConfig, getBurnout, getDevId, getFilterRate, getGain, getItem, getReferenceVoltage, getSensorType, getStatus, getTCType, getThermConnType, getUsbComm, getVoltageConnType, open, prepareDownload, readCode, readMemory, reset, setGain, setItem, setTCType, setVoltageConnType, writeCode, writeMemory, writeSerial |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MccTcAi()
throws javax.usb.UsbException
javax.usb.UsbException| Method Detail |
|---|
public void open(java.lang.String serial,
boolean force)
throws MccUsbException,
javax.usb.UsbException
serial - The serial number of the device, or null if the first
found device of this type is to be used.force - If true, claiming the device is forced, allowing it
to be opened even if another driver has claimed it.
MccUsbException - if device is already open or the device
cannot be found.
UsbClaimException - if the device interface cannot be claimed.
javax.usb.UsbException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||