@SkipEncoding public class VacSysState extends Object implements Serializable
| Constructor and Description |
|---|
VacSysState() |
public static final String KEY
public void setTickMillis(int value)
public int getTickMillis()
public void setCryoVacuumState(CryoVacuumState value)
public CryoVacuumState getCryoVacuumState()
public void setHxVacuumState(HxVacuumState value)
public HxVacuumState getHxVacuumState()
public void setPlcState(PLCState value)
public PLCState getPlcState()
public void setSwitchState(int sw,
SwitchState state)
public SwitchState getSwitchState(int sw)
public void setSwitchEnable(int sw,
SwitchEnable enable)
public SwitchEnable getSwitchEnable(int sw)
public void setDeviceState(int sw,
DeviceState state)
public DeviceState getDeviceState(int sw)
public void setLatch(int latch,
LatchState state)
public LatchState getLatch(int latch)
public void setCondition(int cond,
ConditionState state)
public ConditionState getCondition(int cond)
public void setCryoPress(double value)
public double getCryoPress()
public void setHXPress(double value)
public double getHXPress()
public void setCryoTurboPress(double value)
public double getCryoTurboPress()
public void setHXTurboPress(double value)
public double getHXTurboPress()
public void setCryoFlinePress(double value)
public double getCryoFlinePress()
public void setHXFlinePress(double value)
public double getHXFlinePress()
public void setCyclingStatus(int value)
public double getCyclingStatus()
public void setPumpCartPumpingSwitchState(boolean value)
public boolean getPumpCartPumpingSwitchState()
public void setPumpCartVentingSwitchState(boolean value)
public boolean getPumpCartVentingSwitchState()
public void setPCAbortVentState(boolean value)
public boolean getPCAbortVentState()
public void setPCAbortPumpState(boolean value)
public boolean getPCAbortPumpState()
public void setPCTargetPressureSrc(String value)
public String getPCTargetPressureSrc()
public void setPCTargetPressure(double value)
public double getPCTargetPressure()
public void setVentingStatus(int value)
public double getVentingStatus()
public void setCryoForelineValveStatus(String value)
public String getCryoForelineValveStatus()
public void setHXForelineValveStatus(String value)
public String getHXForelineValveStatus()
public void setPCPress(double value)
public double getPCPress()
Copyright © 2024 LSST. All rights reserved.