public class VpcControlPT extends Object implements org.lsst.ccs.framework.HasLifecycle
| Constructor and Description |
|---|
VpcControlPT() |
| Modifier and Type | Method and Description |
|---|---|
void |
build()
Sets up the VPC temperature control loop timer task.
|
double |
getDeltaTemp(int heater)
Gets a target delta temperature.
|
void |
init()
Initializes the parameters.
|
boolean |
isLoopActive()
Gets the control loop state.
|
void |
setDeltaTemp(int heater,
double temp)
Sets a target delta temperature.
|
void |
startLoop()
Starts the control loop.
|
void |
stopLoop()
Stops the control loop.
|
public void build()
build in interface org.lsst.ccs.framework.HasLifecyclepublic void init()
init in interface org.lsst.ccs.framework.HasLifecyclepublic void setDeltaTemp(int heater,
double temp)
throws UtilityException
heater - The VPC heater IDtemp - The temperature to setUtilityExceptionpublic double getDeltaTemp(int heater)
heater - The VPC heater IDpublic void startLoop()
throws UtilityException
UtilityExceptionpublic void stopLoop()
throws UtilityException
UtilityExceptionpublic boolean isLoopActive()
Copyright © 2021 LSST. All rights reserved.