| Package | Description |
|---|---|
| org.lsst.ccs.subsystem.utility | |
| org.lsst.ccs.subsystem.utility.constants |
| 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.
|
double |
Maq20DeviceUT.getValvePosition(int valveId)
Gets a valve position.
|
void |
FanPIControl.reset()
Resets the controller.
|
void |
TelescopeDevice.setChannelValue(String chName,
double value) |
void |
SimMaq20DeviceUT.setChannelValue(String chan,
double value) |
void |
SimMaq20Device.setChannelValue(String chan,
double value) |
void |
WeightedAverageChannel.setChannelWeight(String name,
double weight) |
void |
VpcControlUT.setDeltaTemp(int heater,
double temp)
Sets a target delta temperature.
|
void |
VpcControlPT.setDeltaTemp(int heater,
double temp)
Sets a target delta temperature.
|
void |
UtilTrunkMain.setFanDeltaTemp(String name,
double temp)
Sets a fan delta temperature (using its name).
|
void |
PurgeTestMain.setFanDeltaTemp(String name,
double temp)
Sets a fan delta temperature (using its name).
|
void |
UtilTrunkMain.setFanSpeed(String name,
double speed)
Sets a fan speed (using its name).
|
void |
PurgeTestMain.setFanSpeed(String name,
double speed)
Sets a fan speed (using its name).
|
void |
UtilTrunkMain.setFanState(String name,
FanState state)
Sets a fan state (using its name).
|
void |
PurgeTestMain.setFanState(String name,
FanState state)
Sets a fan state (using its name).
|
void |
FanPIControl.setGain(double gain)
Sets the gain.
|
void |
UtilTrunkMain.setHeaterState(String name,
HeaterState state)
Sets a heater control state (using its name).
|
void |
PurgeTestMain.setHeaterState(String name,
HeaterState state)
Sets a heater control state (using its name).
|
void |
UtilTrunkMain.setHeaterValue(String name,
double value)
Sets a heater value (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 |
Maq20DevicePT.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 |
FanPIControl.setTemperature(double temp)
Sets the target temperature.
|
void |
FanPIControl.setTimeConstant(double time)
Sets the time constant.
|
void |
Maq20DevicePT.setUtValve(double posn)
Sets the UT valve position.
|
void |
Maq20DevicePT.setValve(int chan,
double posn)
Sets a valve position.
|
void |
Maq20DeviceUT.setValvePosition(int valveId,
double posn)
Sets a valve position.
|
void |
UtilTrunkMain.setValvePosition(String name,
double position)
Sets a valve position (using its name).
|
void |
PurgeTestMain.setValvePosition(String name,
double position)
Sets a valve position (using its name).
|
void |
UtilTrunkMain.setValveState(String name,
ValveState state)
Sets a valve state (using its name).
|
void |
PurgeTestMain.setValveState(String name,
ValveState state)
Sets a valve state (using its name).
|
void |
UtilTrunkMain.setVpcState(VpcControlState state)
Sets the VPC control state.
|
void |
PurgeTestMain.setVpcState(VpcControlState state)
Sets the VPC control state.
|
void |
Maq20DevicePT.setVpcValve(double posn)
Sets the VPC valve position.
|
void |
VpcControlUT.startLoop()
Starts the control loop.
|
void |
VpcControlPT.startLoop()
Starts the control loop.
|
void |
FanPIControl.startLoop()
Starts the control loop.
|
void |
FanPIControl.startLoop(double duty)
Starts the control loop.
|
void |
VpcControlUT.stopLoop()
Stops the control loop.
|
void |
VpcControlPT.stopLoop()
Stops the control loop.
|
void |
FanPIControl.stopLoop()
Stops the control loop.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
UtilTrunkValves.getId(String name)
Gets a valve ID from its name.
|
static int |
UtilTrunkHeaters.getId(String name)
Gets a heater ID from its name.
|
static int |
UtilTrunkFans.getId(String name)
Gets a fan ID from its name.
|
static int |
MpmSwitches.getId(String name)
Gets a switch ID from its name.
|
static int |
MpmLatches.getId(String name)
Gets a latch ID from its name.
|
Copyright © 2022 LSST. All rights reserved.