public class ColdCompState extends CompState
| Modifier and Type | Field and Description |
|---|---|
static List<Integer> |
CONDITIONS |
static List<Integer> |
LATCHES |
static List<Integer> |
SW_CONDITIONS |
static List<Integer> |
SWITCHES |
| Constructor and Description |
|---|
ColdCompState() |
| Modifier and Type | Method and Description |
|---|---|
double |
getValvePosition(int valve) |
double |
getVfdFrequency() |
VfdState |
getVfdState() |
void |
setValvePosition(int valve,
double posn) |
void |
setVfdFrequency(double freq) |
void |
setVfdState(VfdState state) |
getCompressorState, getConditionState, getIndex, getLatchState, getName, getSwConditionState, getSwitchState, getType, getValidConditions, getValidLatches, getValidSwConditions, getValidSwitches, setCompressorState, setConditionState, setIndex, setLatchState, setName, setSwConditionState, setSwitchState, toStringpublic void setValvePosition(int valve,
double posn)
public double getValvePosition(int valve)
public void setVfdFrequency(double freq)
public double getVfdFrequency()
public void setVfdState(VfdState state)
public VfdState getVfdState()
Copyright © 2021 LSST. All rights reserved.