
public class CabacControl
extends org.lsst.ccs.subsystem.monitor.Control
| Constructor and Description |
|---|
CabacControl(String desc,
int hwChan,
int rd,
int og,
int gd,
int rgRise,
int[] sclkRise,
int[] pclkRise,
int[] odRdo,
int[] odExp)
Constructor, version 0.
|
CabacControl(String desc,
int hwChan,
int rd,
int og,
int gd,
int rgRise,
int rgFall,
int[] sclkRise,
int[] sclkFall,
int[] pclkRise,
int[] pclkFall,
int[] odRdo,
int[] odExp)
Constructor, version 1.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addConfigValues(Map<String,Object> values)
Adds to a map of configured values.
|
boolean |
checkVersion()
Checks for hardware compatibility.
|
protected void |
configure(org.lsst.ccs.subsystem.monitor.Monitor mon,
org.lsst.ccs.subsystem.monitor.Device devc)
Configures channel description.
|
int |
getGd() |
int |
getHwVersion()
Gets the hardware version.
|
int[] |
getOdExp() |
int[] |
getOdRdo() |
int |
getOg() |
int[] |
getPclkFall() |
int[] |
getPclkRise() |
int |
getRd() |
int |
getRgFall() |
int |
getRgRise() |
int[] |
getSclkFall() |
int[] |
getSclkRise() |
void |
setGd(int value)
Sets/gets the Guard Diode voltage.
|
void |
setOdExp(int[] value)
Sets/gets the exposure mode Output Drain voltages.
|
void |
setOdRdo(int[] value)
Sets/gets the readout mode Output Drain voltages.
|
void |
setOg(int value)
Sets/gets the Output Gate voltage.
|
void |
setPclkFall(int[] value)
Sets/gets the Parallel Clock fall currents.
|
void |
setPclkRise(int[] value)
Sets/gets the Parallel Clock rise currents.
|
void |
setRd(int value)
Sets/gets the Reset Drain voltage.
|
void |
setRgFall(int value)
Sets/gets the Reset Gate fall current.
|
void |
setRgRise(int value)
Sets/gets the Reset Gate rise current.
|
void |
setSclkFall(int[] value)
Sets/gets the Serial Clock fall currents.
|
void |
setSclkRise(int[] value)
Sets/gets the Serial Clock rise currents.
|
checkOnline, checkTimeout, getConfigValues, getDescription, getHwChan, testOnlinegetChildren, getEnvironment, setEnvironmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitchange, dropSubmittedChanges, getCheckedValueFromConfiguration, getComponentByName, getName, getParent, getParentObject, getSubmittedChanges, getSubsystem, init, isParameterConfigurable, notifyChange, notifyChangeWithoutPreliminaryChecks, postStart, printConfigurableParameters, setBulkParameter, shutdownNow, start, submitChange, submitChanges, validateBulkChangepublic CabacControl(String desc, int hwChan, int rd, int og, int gd, int rgRise, int[] sclkRise, int[] pclkRise, int[] odRdo, int[] odExp)
desc - hwChan - rd - og - gd - rgRise - sclkRise - pclkRise - odRdo - odExp - public CabacControl(String desc, int hwChan, int rd, int og, int gd, int rgRise, int rgFall, int[] sclkRise, int[] sclkFall, int[] pclkRise, int[] pclkFall, int[] odRdo, int[] odExp)
desc - hwChan - rd - og - gd - rgRise - rgFall - sclkRise - sclkFall - pclkRise - pclkFall - odRdo - odExp - protected void configure(org.lsst.ccs.subsystem.monitor.Monitor mon,
org.lsst.ccs.subsystem.monitor.Device devc)
configure in class org.lsst.ccs.subsystem.monitor.Controlmon - The associated monitor objectdevc - The associated device objectpublic boolean checkVersion()
public int getHwVersion()
@ConfigurationParameterChanger public void setRd(int value)
value - @Command(type=QUERY, description="Gets the Reset Drain voltage") public int getRd()
@ConfigurationParameterChanger public void setOg(int value)
value - @Command(type=QUERY, description="Gets the Output Gate voltage") public int getOg()
@ConfigurationParameterChanger public void setGd(int value)
value - @Command(type=QUERY, description="Gets the Guard Diode voltage") public int getGd()
@ConfigurationParameterChanger public void setRgRise(int value)
value - @Command(type=QUERY, description="Gets the Reset Gate rise current") public int getRgRise()
@ConfigurationParameterChanger public void setRgFall(int value)
value - @Command(type=QUERY, description="Gets the Reset Gate fall current") public int getRgFall()
@ConfigurationParameterChanger public void setSclkRise(int[] value)
value - @Command(type=QUERY, description="Gets the Serial Clock rise currents") public int[] getSclkRise()
@ConfigurationParameterChanger public void setSclkFall(int[] value)
value - @Command(type=QUERY, description="Gets the Serial Clock fall currents") public int[] getSclkFall()
@ConfigurationParameterChanger public void setPclkRise(int[] value)
value - @Command(type=QUERY, description="Gets the Parallel Clock rise currents") public int[] getPclkRise()
@ConfigurationParameterChanger public void setPclkFall(int[] value)
value - @Command(type=QUERY, description="Gets the Parallel Clock fall currents") public int[] getPclkFall()
@ConfigurationParameterChanger public void setOdRdo(int[] value)
value - @Command(type=QUERY, description="Gets the readout mode Output Drain voltages") public int[] getOdRdo()
@ConfigurationParameterChanger public void setOdExp(int[] value)
value - @Command(type=QUERY, description="Gets the exposure mode Output Drain voltages") public int[] getOdExp()
Copyright © 2016 LSST. All rights reserved.