public class Maq20DiscreteOut extends Maq20DiscreteIn
| Modifier and Type | Method and Description |
|---|---|
int[] |
getDiscDefault(int chan,
int count)
Gets several discrete output channel default values.
|
int |
getDiscDefaultAll()
Gets all channel defaults.
|
int[] |
getDiscOff()
Gets all discrete output channel off values.
|
int |
getDiscOff(int chan)
Gets a discrete output channel off value.
|
int[] |
getDiscOff(int chan,
int count)
Gets several discrete output channel off values.
|
int |
getDiscOffAll()
Gets all channel power off values.
|
int[] |
readDiscOut(int chan,
int count)
Reads a set of output channels.
|
void |
setDiscDefault(int chan,
int count,
int[] data)
Sets several discrete output channel default values.
|
void |
setDiscDefaultAll(int value)
Sets all channel defaults.
|
void |
setDiscOff(int chan,
int count,
int[] data)
Sets several discrete output channel off values.
|
void |
setDiscOffAll(int value)
Sets all channel power off values.
|
void |
writeDisc(int chan,
int count,
int[] data)
Writes a set of output channels.
|
void |
writeDiscAll(int value)
Writes all channels.
|
readDiscAll, readDiscIngetDiscDefault, getDiscDefault, readDiscIn, readDiscIn, readDiscOut, readDiscOut, saveDiscDefaults, setDiscDefault, setDiscDefault, writeDisc, writeDiscpublic int[] readDiscOut(int chan,
int count)
throws org.lsst.ccs.drivers.commons.DriverException
readDiscOut in class Maq20Discretechan - The first channel numbercount - The number of channelsorg.lsst.ccs.drivers.commons.DriverExceptionpublic void writeDisc(int chan,
int count,
int[] data)
throws org.lsst.ccs.drivers.commons.DriverException
writeDisc in class Maq20Discretechan - The first channel numbercount - The number of channelsdata - The array of data values (at least count elements long)org.lsst.ccs.drivers.commons.DriverExceptionpublic void writeDiscAll(int value)
throws org.lsst.ccs.drivers.commons.DriverException
value - A bit mask of channels to activateorg.lsst.ccs.drivers.commons.DriverExceptionpublic void setDiscDefault(int chan,
int count,
int[] data)
throws org.lsst.ccs.drivers.commons.DriverException
setDiscDefault in class Maq20Discretechan - The first channel numbercount - The number of channelsdata - The array of data values (at least count elements long)org.lsst.ccs.drivers.commons.DriverExceptionpublic int[] getDiscDefault(int chan,
int count)
throws org.lsst.ccs.drivers.commons.DriverException
getDiscDefault in class Maq20Discretechan - The first channel numbercount - The number of channelsorg.lsst.ccs.drivers.commons.DriverExceptionpublic void setDiscOff(int chan,
int count,
int[] data)
throws org.lsst.ccs.drivers.commons.DriverException
chan - The first channel numbercount - The number of channelsdata - The array of data values (at least count elements long)org.lsst.ccs.drivers.commons.DriverExceptionpublic int[] getDiscOff(int chan,
int count)
throws org.lsst.ccs.drivers.commons.DriverException
chan - The first channel numbercount - The number of channelsorg.lsst.ccs.drivers.commons.DriverExceptionpublic int getDiscOff(int chan)
throws org.lsst.ccs.drivers.commons.DriverException
chan - The channel numberorg.lsst.ccs.drivers.commons.DriverExceptionpublic int[] getDiscOff()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic void setDiscDefaultAll(int value)
throws org.lsst.ccs.drivers.commons.DriverException
value - A bit mask of channels to activateorg.lsst.ccs.drivers.commons.DriverExceptionpublic int getDiscDefaultAll()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionpublic void setDiscOffAll(int value)
throws org.lsst.ccs.drivers.commons.DriverException
value - A bit mask of channels to activateorg.lsst.ccs.drivers.commons.DriverExceptionpublic int getDiscOffAll()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionCopyright © 2024 LSST. All rights reserved.