| Package | Description |
|---|---|
| org.lsst.ccs.drivers.commons |
| Modifier and Type | Class and Description |
|---|---|
class |
DriverLockedException |
class |
DriverTimeoutException |
| Modifier and Type | Method and Description |
|---|---|
void |
MonochromatorDriver.advanceSteps(int steps)
Advance by a number of steps
|
void |
PowerSupplyDriver.close()
Closes the connection.
|
double |
PowerSupplyDriver.getCurrent(int chan)
Gets the set current for a channel.
|
boolean |
PowerSupplyDriver.getOutput(int chan)
Gets the output state of a channel.
|
int |
MonochromatorDriver.getStep()
get absolute position in steps
|
double |
PowerSupplyDriver.getVoltage(int chan)
Gets the set voltage for a channel.
|
double |
MonochromatorDriver.getWave()
get current wavelength in nanometers
|
void |
PowerSupplyDriver.open(int connType,
String ident,
int param)
Opens a connection to the power supply.
|
void |
MonochromatorDriver.open(String portName)
Open the communication port - meaning of parameter is OS and
driver-dependent
For serial on Unix can be /dev/ttyXXX
|
double |
PowerSupplyDriver.readCurrent(int chan)
Reads the current for a channel.
|
double |
PowerSupplyDriver.readVoltage(int chan)
Reads the voltage for a channel.
|
void |
PowerSupplyDriver.setCurrent(double value,
int chan)
Sets the current for a channel.
|
void |
PowerSupplyDriver.setOffDelay(double time,
int chan)
Sets the power-off delay for a channel.
|
void |
PowerSupplyDriver.setOnDelay(double time,
int chan)
Sets the power-on delay for a channel.
|
void |
PowerSupplyDriver.setOutput(boolean on,
int chan)
Turns output on or off for a channel.
|
void |
PowerSupplyDriver.setVoltage(double value,
int chan)
Sets the voltage for a channel.
|
void |
MonochromatorDriver.setWave(double param)
set wavelength in nanometers
|
Copyright © 2016 LSST. All rights reserved.