public class TestIonPump extends TestSrp
TestSrp.ConsThread, TestSrp.OnOff| Modifier and Type | Field and Description |
|---|---|
protected IonPump |
ipc
Fields
|
consThread, srp| Constructor and Description |
|---|
TestIonPump()
Constructor
|
connect, connect, connectIp, connectIp, contRead, disconnect, formatHex, formatRate, read, read, setDebug, setSrpVersion, showBoardType, showBuildStamp, update, writeprotected final IonPump ipc
@Command(description="Set a channel\'s voltage")
public void setVoltage(@Argument(description="Channel number")
int chan,
@Argument(description="Voltage")
double volts)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="Set a named channel\'s voltage")
public void setVoltageN(@Argument(description="Channel name")
String chan,
@Argument(description="Voltage")
double volts)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="Set a channel\'s current")
public void setCurrent(@Argument(description="Channel number")
int chan,
@Argument(description="Current")
double amps)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="Set a named channel\'s current")
public void setCurrentN(@Argument(description="Channel name")
String chan,
@Argument(description="Current")
double amps)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="Set a channel\'s power")
public void setPower(@Argument(description="Channel number")
int chan,
@Argument(description="Power")
double watts)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="Set a named channel\'s power")
public void setPowerN(@Argument(description="Channel name")
String chan,
@Argument(description="Power")
double watts)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="Turn on a channel")
public void powerOn(@Argument(description="Channel number")
int chan)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="Turn on a named channel")
public void powerOnN(@Argument(description="Channel name")
String chan)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="Turn off a channel")
public void powerOff(@Argument(description="Channel number")
int chan)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="Turn off a named channel")
public void powerOffN(@Argument(description="Channel name")
String chan)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="Show the powered state of a channel")
public boolean isPowered(@Argument(description="Channel number")
int chan)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="Show the state of a named channel")
public boolean isPoweredN(@Argument(description="Channel name")
String chan)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="Show the overall powered status") public String showPoweredStatus() throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="Show the overall voltage limit status") public String showVlimitStatus() throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="Show the overall current limit status") public String showiLimitStatus() throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="Show the overall power limit status") public String showPlimitStatus() throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="Read a channel\'s voltage") public String readVoltage(@Argument(description="Channel number") int chan) throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="Read a named channel\'s voltage") public String readVoltageN(@Argument(description="Channel name") String chan) throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="Read a channel\'s current") public String readCurrent(@Argument(description="Channel number") int chan) throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="Read a named channel\'s current") public String readCurrentN(@Argument(description="Channel name") String chan) throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="Read a channel\'s power") public String readPower(@Argument(description="Channel number") int chan) throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="Read a named channel\'s power") public String readPowerN(@Argument(description="Channel name") String chan) throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="Show whether a channel is voltage limited")
public boolean isVoltageLimited(@Argument(description="Channel number")
int chan)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="Show whether a named channel is voltage limited")
public boolean isVoltageLimitedN(@Argument(description="Channel number")
String chan)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="Show whether a channel is current limited")
public boolean isCurrentLimited(@Argument(description="Channel number")
int chan)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="Show whether a named channel is current limited")
public boolean isCurrentLimitedN(@Argument(description="Channel number")
String chan)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="Show whether a channel is power limited")
public boolean isPowerLimited(@Argument(description="Channel number")
int chan)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="Show whether a named channel is power limited")
public boolean isPowerLimitedN(@Argument(description="Channel number")
String chan)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="Show the channel names") public String showChannelNames() throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="Show the complete power state") public String showAllPower() throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionCopyright © 2018 LSST. All rights reserved.