
public class CompLimits extends Object implements org.lsst.ccs.framework.HasLifecycle
| Modifier and Type | Class and Description |
|---|---|
static class |
CompLimits.LimitData |
| Modifier and Type | Field and Description |
|---|---|
protected static String |
COMP_LIMITS
Constants.
|
protected CompLimits.LimitData[] |
limitData |
| Constructor and Description |
|---|
CompLimits()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CompLimits.LimitData[] |
getLimitData()
Gets the limit data
|
void |
postInit()
Initializes the compressor limits.
|
void |
setCmprPowerDelayLimit(double value)
Sets the compressor power delayed limit.
|
void |
setCmprPowerDelayTime(int value)
Sets the compressor power delay time.
|
void |
setCmprPowerImmedLimit(double value)
Sets the compressor power immediate limit.
|
void |
setDiscPressDelayLimit(double value)
Sets the discharge pressure delayed limit.
|
void |
setDiscPressImmedLimit(double value)
Sets the discharge pressure immediate limit.
|
void |
setDiscTempDelayLimit(double value)
Sets the discharge temperature delayed limit.
|
void |
setDiscTempDelayTime(int value)
Sets the discharge temperature delay time.
|
void |
setDiscTempImmedLimit(double value)
Sets the discharge temperature immediate limit.
|
void |
setSuctTempImmedLimit(double value)
Sets the suction temperature immediate limit.
|
protected static final String COMP_LIMITS
protected final CompLimits.LimitData[] limitData
public void postInit()
postInit in interface org.lsst.ccs.framework.HasLifecycle@ConfigurationParameterChanger public void setDiscPressImmedLimit(double value)
value - The value to set@ConfigurationParameterChanger public void setDiscPressDelayLimit(double value)
value - The value to set@ConfigurationParameterChanger public void setDiscTempImmedLimit(double value)
value - The value to set@ConfigurationParameterChanger public void setDiscTempDelayLimit(double value)
value - The value to set@ConfigurationParameterChanger public void setDiscTempDelayTime(int value)
value - The value to set@ConfigurationParameterChanger public void setSuctTempImmedLimit(double value)
value - The value to set@ConfigurationParameterChanger public void setCmprPowerImmedLimit(double value)
value - The value to set@ConfigurationParameterChanger public void setCmprPowerDelayLimit(double value)
value - The value to set@ConfigurationParameterChanger public void setCmprPowerDelayTime(int value)
value - The value to setpublic CompLimits.LimitData[] getLimitData()
Copyright © 2022 LSST. All rights reserved.