
public class TSConfigurable
extends org.lsst.ccs.framework.ConfigurableComponent
| Constructor and Description |
|---|
TSConfigurable(String name,
double lambda,
double minlmppwr,
double cryotol,
double bias,
double vac,
double cryo) |
| Modifier and Type | Method and Description |
|---|---|
void |
setBiasVAcq(Object Vacq) |
void |
setCryoTAcq(Object temp) |
void |
setCryoTAcqTol(Object tempTol) |
void |
setCurrentParms(Object currentParms) |
void |
setLmpPwr(Object LmpPwr) |
void |
setVacPAcq(Object torr) |
getChildren, getEnvironment, setEnvironmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitchange, getCheckedValueFromConfiguration, getComponentByName, getFullPath, getName, getParent, getParentObject, getSubsystem, init, injectResources, listChildren, notifyChange, notifyChangeWithoutPreliminaryChecks, postStart, setBulkParameter, shutdownNow, start, submitChange, submitChanges, validateBulkChangepublic TSConfigurable(String name, double lambda, double minlmppwr, double cryotol, double bias, double vac, double cryo)
@ConfigChanger(propertyName="bias") public void setBiasVAcq(Object Vacq)
@ConfigChanger(propertyName="cryo") public void setCryoTAcq(Object temp)
@ConfigChanger(propertyName="cryotol") public void setCryoTAcqTol(Object tempTol)
@ConfigChanger(propertyName="vac") public void setVacPAcq(Object torr)
@ConfigChanger(propertyName="minlmppwr") public void setLmpPwr(Object LmpPwr)
@ConfigChanger public void setCurrentParms(Object currentParms)
Copyright © 2016 LSST. All rights reserved.