public class Device extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
MYDEV0_DID
The First of our devices
|
| Constructor and Description |
|---|
Device() |
| Modifier and Type | Method and Description |
|---|---|
double |
chanVoltage(int channelNumber) |
PowerSupply |
getChannel(int channelNumber) |
void |
init(String hostname,
int channelNumber,
int powerOnOrder,
double voltage,
double currLimit) |
void |
powerOff() |
void |
powerOn() |
public static final int MYDEV0_DID
public void init(String hostname, int channelNumber, int powerOnOrder, double voltage, double currLimit) throws Exception
Exceptionpublic PowerSupply getChannel(int channelNumber) throws Exception
Exceptionpublic void powerOn()
public void powerOff()
Copyright © 2014 LSST. All Rights Reserved.