public class IonPumpControl
extends org.lsst.ccs.monitor.Control
| Constructor and Description |
|---|
IonPumpControl() |
| Modifier and Type | Method and Description |
|---|---|
void |
changeVoltage(double value)
Changes the voltage.
|
void |
configure(org.lsst.ccs.monitor.Monitor mon,
org.lsst.ccs.monitor.Device devc)
Configures channel description.
|
double |
getCurrent() |
double |
getPower() |
double |
getVoltage() |
void |
setCurrent(double value)
Sets/gets the current.
|
void |
setPower(double value)
Sets/gets the power.
|
void |
setVoltage(double value)
Sets/gets the voltage.
|
checkOnline, checkTimeout, getDescription, getHwChan, getName, getSubsystem, init, testOnlinepublic void configure(org.lsst.ccs.monitor.Monitor mon,
org.lsst.ccs.monitor.Device devc)
configure in class org.lsst.ccs.monitor.Controlmon - The associated monitordevc - The parent Device@ConfigurationParameterChanger
public void setVoltage(double value)
throws VacuumException
value - The value to setVacuumException@Command(type=QUERY,
description="Gets the set voltage")
public double getVoltage()
@ConfigurationParameterChanger
public void setCurrent(double value)
throws VacuumException
value - The value to setVacuumException@Command(type=QUERY,
description="Gets the set current")
public double getCurrent()
@ConfigurationParameterChanger
public void setPower(double value)
throws VacuumException
value - The value to setVacuumException@Command(type=QUERY,
description="Gets the power")
public double getPower()
@Command(type=ACTION,
description="Changes the voltage")
public void changeVoltage(double value)
throws VacuumException
value - The value to setVacuumExceptionCopyright © 2020 LSST. All rights reserved.