
public interface KeyenceDevice
| Modifier and Type | Method and Description |
|---|---|
void |
commmode() |
void |
genmode() |
int |
getcycles() |
String |
getError() |
default double[] |
getLast_read() |
double[] |
getLastRead() |
int |
getmeasmode(int ikey) |
void |
laser(boolean state) |
double |
read(int ikey) |
double[] |
readAll() |
void |
setcycles(int nsamps) |
void |
setmeasmode(int ikey,
int measmode) |
void |
setmindispunit(int dspu) |
double read(int ikey)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptiondouble[] readAll()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptiondouble[] getLastRead()
default double[] getLast_read()
void laser(boolean state)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionint getcycles()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionvoid setcycles(int nsamps)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionint getmeasmode(int ikey)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionvoid setmeasmode(int ikey,
int measmode)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionvoid setmindispunit(int dspu)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionvoid commmode()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionvoid genmode()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionString getError() throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionCopyright © 2021 LSST. All rights reserved.