
public class Maq20DiscControl extends Object implements org.lsst.ccs.framework.HasLifecycle
| Modifier and Type | Field and Description |
|---|---|
protected Maq20Device |
maqDevc |
protected Integer |
modIndex |
protected String |
name
Data fields.
|
protected String |
path |
| Constructor and Description |
|---|
Maq20DiscControl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the name.
|
String |
getPath()
Gets the path.
|
void |
init()
Life-cycle initialization.
|
Boolean |
isLineOn(int chan)
Gets the state of an output line.
|
void |
setLineOn(int chan,
boolean on)
Sets the state of an output line.
|
@LookupName protected String name
@LookupPath protected String path
@LookupField(strategy=ANCESTORS) protected Maq20Device maqDevc
protected Integer modIndex
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 numberpublic String getName()
public String getPath()
Copyright © 2021 LSST. All rights reserved.