
public class BiasControl
extends org.lsst.ccs.subsystem.monitor.Control
| Constructor and Description |
|---|
BiasControl(String desc,
int hwChan,
int gd,
int od,
int og,
int ogSh,
int rd,
int csGate)
Constructor.
|
| 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 |
getCsGate() |
int |
getGd() |
int |
getHwVersion()
Gets the hardware version.
|
int |
getOd() |
int |
getOg() |
int |
getOgSh() |
int |
getRd() |
void |
setCsGate(int value)
Sets/gets the Current Source gate DAC value.
|
void |
setGd(int value)
Sets/gets the Guard Diode DAC value.
|
void |
setOd(int value)
Sets/gets the Output Drain DAC value.
|
void |
setOg(int value)
Sets/gets the Output Gate DAC value.
|
void |
setOgSh(int value)
Sets/gets the Output Gate shift DAC value.
|
void |
setRd(int value)
Sets/gets the Reset Drain DAC value.
|
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 BiasControl(String desc, int hwChan, int gd, int od, int og, int ogSh, int rd, int csGate)
desc - hwChan - gd - od - og - ogSh - rd - csGate - 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 setGd(int value)
value - @Command(type=QUERY, description="Gets the Guard Diode voltage") public int getGd()
@ConfigurationParameterChanger public void setOd(int value)
value - @Command(type=QUERY, description="Gets the readout mode Output Drain voltage") public int getOd()
@ConfigurationParameterChanger public void setOg(int value)
value - @Command(type=QUERY, description="Gets the Output Gate voltage") public int getOg()
@ConfigurationParameterChanger public void setOgSh(int value)
value - @Command(type=QUERY, description="Gets the Output Gate shift voltage") public int getOgSh()
@ConfigurationParameterChanger public void setRd(int value)
value - @Command(type=QUERY, description="Gets the Reset Drain voltage") public int getRd()
@ConfigurationParameterChanger public void setCsGate(int value)
value - @Command(type=QUERY, description="Gets the Current Source gate") public int getCsGate()
Copyright © 2016 LSST. All rights reserved.