
public class TSConfigurable extends Object
| 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) |
public TSConfigurable(String name, double lambda, double minlmppwr, double cryotol, double bias, double vac, double cryo)
@ConfigurationParameterChanger(propertyName="bias") public void setBiasVAcq(Object Vacq)
@ConfigurationParameterChanger(propertyName="cryo") public void setCryoTAcq(Object temp)
@ConfigurationParameterChanger(propertyName="cryotol") public void setCryoTAcqTol(Object tempTol)
@ConfigurationParameterChanger(propertyName="vac") public void setVacPAcq(Object torr)
@ConfigurationParameterChanger(propertyName="minlmppwr") public void setLmpPwr(Object LmpPwr)
@ConfigurationParameterChanger public void setCurrentParms(Object currentParms)
Copyright © 2020 LSST. All rights reserved.