@SkipEncoding public class ChillerControlState extends Object implements Serializable
| Constructor and Description |
|---|
ChillerControlState() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getChillerErrorEMO() |
boolean |
getChillerErrorOther() |
ChillerState |
getChillerState() |
boolean |
getChillerWarning() |
double |
getDefaultRamp() |
int |
getFastPeriod() |
double |
getFlowSet() |
double |
getLastRamp() |
ChillerPlcState |
getPlcState() |
double |
getSetPoint() |
double |
getTankSet() |
String |
getTemperatureMode() |
void |
setChillerErrorEMO(boolean value) |
void |
setChillerErrorOther(boolean value) |
void |
setChillerState(ChillerState value) |
void |
setChillerWarning(boolean value) |
void |
setDefaultRamp(double value) |
void |
setFastPeriod(int value) |
void |
setFlowSet(double value) |
void |
setLastRamp(double value) |
void |
setSetPoint(double value) |
void |
setTankSet(double value) |
void |
setTemperatureMode(String value) |
public static final String KEY
public void setFastPeriod(int value)
public int getFastPeriod()
public void setChillerState(ChillerState value)
public ChillerState getChillerState()
public void setDefaultRamp(double value)
public double getDefaultRamp()
public void setFlowSet(double value)
public double getFlowSet()
public void setSetPoint(double value)
public double getSetPoint()
public void setTankSet(double value)
public double getTankSet()
public void setTemperatureMode(String value)
public String getTemperatureMode()
public void setLastRamp(double value)
public double getLastRamp()
public void setChillerErrorEMO(boolean value)
public boolean getChillerErrorEMO()
public void setChillerErrorOther(boolean value)
public boolean getChillerErrorOther()
public void setChillerWarning(boolean value)
public boolean getChillerWarning()
public ChillerPlcState getPlcState()
Copyright © 2024 LSST. All rights reserved.