| Package | Description |
|---|---|
| org.lsst.ccs.subsystem.refrig | |
| org.lsst.ccs.subsystem.refrig.constants |
| Modifier and Type | Method and Description |
|---|---|
void |
PrototypeColdPlateSubsystem.clearLatch(String cond)
Clears a (named) latched condition.
|
void |
A1000Device.resetFault()
Resets the current fault
|
void |
ColdCompressor.resetVfdFault()
Command to reset a VFD fault condition.
|
void |
SimpleSimDevice.setChannelValue(String chan,
double value)
Command to set a channel value.
|
void |
SimMaq20Device.setChannelValue(String chanName,
double value) |
void |
SimCompPlutoDevice.setChannelValue(String chan,
double value) |
void |
SimCompMaq20Device.setChannelValue(String chan,
double value) |
void |
SimCompPlutoDevice.setCondition(String cond,
boolean set) |
void |
A1000Device.setFrequency(double freq)
Sets the frequency.
|
void |
PrototypeColdPlateSubsystem.setHeaterPower(String htrName,
double value)
Sets a heater power value.
|
void |
PrototypeColdPlateSubsystem.setHeaterState(String htrName,
boolean on)
Sets a heater state.
|
void |
SimCompPlutoDevice.setLatchActive(String cond) |
void |
SimCompPlutoDevice.setLatchLatched(String cond) |
void |
SimCompPlutoDevice.setLatchWarning(String cond) |
void |
PrototypeColdPlateSubsystem.setNamedSwitchOn(String swch,
boolean on)
Turns a (named) switch on or off.
|
void |
ThermalMain.setPlateTemperature(int htr,
double temp)
Sets a plate temperature value.
|
protected void |
Compressor.setSwitch(int sw,
boolean on)
Turns a switch on or off..
|
void |
Compressor.SwitchDevice.setSwitchOn(int chan,
boolean on) |
void |
CompMaq20Device.setSwitchOn(int sw,
boolean on)
Sets a switch on or off.
|
void |
Compressor.setSwitchOn(String swName,
boolean on)
Command to turn a (named) switch on or off..
|
void |
TrimHeaterControl.setTempWeight(String cName,
double weight)
Sets a temperature weight.
|
void |
HeaterPIControl.setTempWeight(String cName,
double weight)
Sets a temperature weight.
|
void |
ThermalMain.setTrimHeaterPower(int htr,
double power)
Sets a trim heater power value.
|
void |
ThermalMain.setTrimHeaterState(int htr,
TrimHeaterOpState state)
Sets a trim heater operation state.
|
void |
CompMaq20Device.setValvePosition(int chan,
double posn)
Sets a valve position.
|
void |
ColdCompressor.setValvePosition(String valve,
double posn)
Command to set a valve position.
|
void |
ColdCompressor.setVfdFrequency(double freq)
Command to set the VFD frequency.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
PcpSwitches.getId(String name)
Gets a switch ID from its name.
|
static int |
PcpLatches.getId(String name)
Gets a latch ID from its name.
|
static int |
PcpHeaters.getId(String name)
Gets a heater ID from its name.
|
Copyright © 2022 LSST. All rights reserved.