public class HexValve extends Object implements org.lsst.ccs.framework.HasLifecycle
| Constructor and Description |
|---|
HexValve() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
ValvePosnState |
getPosnState()
Get the valve's position state.
|
ValveSetState |
getSetState()
Get the valve's set state.
|
void |
init()
Initializes the parameters.
|
void |
setOpen()
Set the valve to open.
|
void |
setShut()
Set the valve to shut.
|
public void init()
init in interface org.lsst.ccs.framework.HasLifecyclepublic void setOpen()
public void setShut()
public ValveSetState getSetState()
public ValvePosnState getPosnState()
public String getName()
Copyright © 2024 LSST. All rights reserved.