public class PowerSupply extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CURRENT_MODE |
static int |
VOLTAGE_MODE |
| Constructor and Description |
|---|
PowerSupply(String hostname,
int chan) |
PowerSupply(String hostname,
int chan,
int port) |
| Modifier and Type | Method and Description |
|---|---|
void |
currentLimit(double maxima) |
void |
delayOff(double time) |
void |
delayOn(double time) |
double |
getCurrent() |
double |
getVoltage() |
void |
mode(int vctype) |
void |
off() |
void |
on() |
void |
outputEnable(boolean val) |
void |
setCurrent(double value) |
void |
setVoltage(double value) |
void |
slew(double rate) |
void |
voltageLimit(double maxima) |
public static final int VOLTAGE_MODE
public static final int CURRENT_MODE
public PowerSupply(String hostname, int chan)
public PowerSupply(String hostname, int chan, int port)
public void on()
public void delayOn(double time)
public void off()
public void delayOff(double time)
public void mode(int vctype)
public void slew(double rate)
public void currentLimit(double maxima)
public void voltageLimit(double maxima)
public double getVoltage()
public void setVoltage(double value)
public double getCurrent()
public void setCurrent(double value)
public void outputEnable(boolean val)
Copyright © 2019 LSST. All rights reserved.