
public class Maq20Control extends Object implements org.lsst.ccs.framework.HasLifecycle
| Constructor and Description |
|---|
Maq20Control() |
| Modifier and Type | Method and Description |
|---|---|
void |
init() |
Boolean |
isLineOn(int chan)
Gets the state of an output line.
|
void |
setLineOn(int chan,
boolean on)
Sets the state of an output line.
|
public void init()
init in interface org.lsst.ccs.framework.HasLifecyclepublic void setLineOn(int chan,
boolean on)
throws org.lsst.ccs.drivers.commons.DriverException
chan - The channel numberon - Whether to set onorg.lsst.ccs.drivers.commons.DriverExceptionpublic Boolean isLineOn(int chan)
chan - The channel numberCopyright © 2019 LSST. All rights reserved.