public class TestBfr extends TestSrp
TestSrp.ConsThread, TestSrp.OnOffconsThread, srp| Constructor and Description |
|---|
TestBfr()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
allRelaysOff() |
void |
allRelaysOn() |
void |
relayOff(int relay) |
void |
relayOffN(String relay) |
void |
relayOn(int relay) |
void |
relayOnN(String relay) |
void |
relaysOff(int... relays) |
void |
relaysOffN(String... relays) |
void |
relaysOn(int... relays) |
void |
relaysOnN(String... relays) |
String |
showRelay(int relay) |
String |
showRelayN(String relay) |
static String |
showRelayNames() |
String |
showRelays() |
connect, connect, contRead, disconnect, formatHex, formatRate, read, read, setDebug, setSrpVersion, showBoardType, update, write@Command(description="Turn on a relay")
public void relayOn(@Argument(description="Relay number")
int relay)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="Turn on a named relay")
public void relayOnN(@Argument(description="Relay name")
String relay)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="Turn on some relays")
public void relaysOn(@Argument(description="Relay numbers")
int... relays)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="Turn on some named relays")
public void relaysOnN(@Argument(description="Relay names")
String... relays)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="Turn on all relays")
public void allRelaysOn()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="Turn off a relay")
public void relayOff(@Argument(description="Relay number")
int relay)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="Turn off a named relay")
public void relayOffN(@Argument(description="Relay name")
String relay)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="Turn off some relays")
public void relaysOff(@Argument(description="Relay numbers")
int... relays)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="Turn off some named relays")
public void relaysOffN(@Argument(description="Relay names")
String... relays)
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="Turn off all relays")
public void allRelaysOff()
throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="Show the state of a relay") public String showRelay(@Argument(description="Relay number") int relay) throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="Show the state of a named relay") public String showRelayN(@Argument(description="Relay name") String relay) throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="Show the state of all relays") public String showRelays() throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverException@Command(description="Show the relay names") public static String showRelayNames() throws org.lsst.ccs.drivers.commons.DriverException
org.lsst.ccs.drivers.commons.DriverExceptionCopyright © 2018 LSST. All rights reserved.