| Package | Description |
|---|---|
| org.lsst.ccs.subsystem.utility |
| Modifier and Type | Method and Description |
|---|---|
void |
MpmMain.clearLatch(String cond)
Clears a (named) latched condition.
|
void |
ComCamMpmMain.clearLatch(String cond)
Clears a (named) latched condition.
|
List<String> |
MpmMain.getLatchNames()
Gets the list of latched condition names.
|
List<String> |
ComCamMpmMain.getLatchNames()
Gets the list of latched condition names.
|
List<String> |
MpmMain.getSwitchNames()
Gets the list of switch names.
|
List<String> |
ComCamMpmMain.getSwitchNames()
Gets the list of switch names.
|
void |
VpcPIControl.reset()
Resets the controller.
|
void |
FanPIControl.reset()
Resets the controller.
|
void |
AuxTest.setColdTemp(double temp)
Sets the cold temperature.
|
void |
AuxTest.setControlState(int state)
Sets the fan control state.
|
void |
VpcControl.setDeltaTemp(int heater,
double temp)
Sets a target delta temperature.
|
void |
PurgeTestMain.setFanDeltaTemp(String name,
double temp)
Sets a fan delta temperature (using its name).
|
void |
PurgeTestMain.setFanSpeed(String name,
double speed)
Sets a fan speed (using its name).
|
void |
PurgeTestMain.setFanState(String name,
FanState state)
Sets a fan state (using its name).
|
void |
AuxTest.setGain(double gain)
Sets the control loop gain.
|
void |
VpcPIControl.setGain(double gain)
Sets the gain.
|
void |
FanPIControl.setGain(double gain)
Sets the gain.
|
void |
PurgeTestMain.setHeaterState(String name,
HeaterState state)
Sets a heater control state (using its name).
|
void |
PurgeTestMain.setHeaterValue(String name,
double value)
Sets a heater value (using its name).
|
void |
MpmMain.setNamedSwitchOn(String swch,
boolean on)
Turns a (named) switch on or off.
|
void |
ComCamMpmMain.setNamedSwitchOn(String swch,
boolean on)
Turns a (named) switch on or off.
|
void |
PurgeMaq20Device.setSimHeater(double duty)
Sets the simulator heater duty cycle (voltage fraction).
|
void |
PurgeTestMain.setSwitchOn(String name,
boolean on)
Turns a switch on or off (using its name).
|
void |
VpcPIControl.setTemperature(double temp)
Sets the target temperature.
|
void |
FanPIControl.setTemperature(double temp)
Sets the target temperature.
|
void |
AuxTest.setTimeConstant(double time)
Sets the control loop time constant.
|
void |
VpcPIControl.setTimeConstant(double time)
Sets the time constant.
|
void |
FanPIControl.setTimeConstant(double time)
Sets the time constant.
|
void |
PurgeMaq20Device.setUtValve(double posn)
Sets the UT valve position.
|
void |
PurgeMaq20Device.setValve(int chan,
double posn)
Sets a valve position.
|
void |
PurgeTestMain.setValvePosition(String name,
double position)
Sets a valve position (using its name).
|
void |
PurgeTestMain.setValveState(String name,
ValveState state)
Sets a valve state (using its name).
|
void |
PurgeTestMain.setVpcState(VpcControlState state)
Sets the VPC control state.
|
void |
PurgeMaq20Device.setVpcValve(double posn)
Sets the VPC valve position.
|
void |
VpcPIControl.startLoop()
Starts the control loop.
|
void |
VpcControl.startLoop()
Starts the control loop.
|
void |
FanPIControl.startLoop()
Starts the control loop.
|
void |
VpcPIControl.startLoop(double power)
Starts the control loop.
|
void |
FanPIControl.startLoop(double duty)
Starts the control loop.
|
void |
VpcPIControl.stopLoop()
Stops the control loop.
|
void |
VpcControl.stopLoop()
Stops the control loop.
|
void |
FanPIControl.stopLoop()
Stops the control loop.
|
Copyright © 2020 LSST. All rights reserved.