C D G M N O R S T V 

C

close() - Method in class org.lsst.ccs.drivers.sorensen.MonitorDcs
Closes the log file.

D

Dcs - Class in org.lsst.ccs.drivers.sorensen
Enables access to Sorensen DCS series power supplies
Dcs() - Constructor for class org.lsst.ccs.drivers.sorensen.Dcs
 
Dcs.StatusBlock - Class in org.lsst.ccs.drivers.sorensen
Status block contents.
Dcs.StatusBlock() - Constructor for class org.lsst.ccs.drivers.sorensen.Dcs.StatusBlock
 

G

getCurrent() - Method in class org.lsst.ccs.drivers.sorensen.Dcs
Reads back the set current.
getCurrent() - Method in class org.lsst.ccs.drivers.sorensen.TestDcs
Shows the set current.
getCurrentLimit() - Method in class org.lsst.ccs.drivers.sorensen.Dcs
Reads back the soft current limit.
getCurrentLimit() - Method in class org.lsst.ccs.drivers.sorensen.TestDcs
Shows the soft current limit.
getLocal() - Method in class org.lsst.ccs.drivers.sorensen.Dcs
Gets the local mode.
getOutput() - Method in class org.lsst.ccs.drivers.sorensen.Dcs
Gets the output state.
getStatusBlock() - Method in class org.lsst.ccs.drivers.sorensen.Dcs
Gets the source status block.
getStatusBlock() - Method in class org.lsst.ccs.drivers.sorensen.TestDcs
Shows the source status block.
getVoltage() - Method in class org.lsst.ccs.drivers.sorensen.Dcs
Reads back the set voltage.
getVoltage() - Method in class org.lsst.ccs.drivers.sorensen.TestDcs
Shows the set voltage.
getVoltageLimit() - Method in class org.lsst.ccs.drivers.sorensen.Dcs
Reads back the soft voltage limit.
getVoltageLimit() - Method in class org.lsst.ccs.drivers.sorensen.TestDcs
Shows the soft voltage limit.

M

MonitorDcs - Class in org.lsst.ccs.drivers.sorensen
Program to monitor a Sorensen power supply
MonitorDcs() - Constructor for class org.lsst.ccs.drivers.sorensen.MonitorDcs
Constructor.

N

N_STAT_FIELDS - Static variable in class org.lsst.ccs.drivers.sorensen.Dcs
Public constants.

O

open(int, String) - Method in class org.lsst.ccs.drivers.sorensen.Dcs
Opens a connection to the power supply.
open(int, String, int) - Method in class org.lsst.ccs.drivers.sorensen.Dcs
Opens a connection to the power supply.
open(String) - Method in class org.lsst.ccs.drivers.sorensen.MonitorDcs
Opens the log file.
open(TestScpi.ConnType, String) - Method in class org.lsst.ccs.drivers.sorensen.TestDcs
Opens connection to a device.
open(TestScpi.ConnType, String, int) - Method in class org.lsst.ccs.drivers.sorensen.TestDcs
Opens connection to a device.
org.lsst.ccs.drivers.sorensen - package org.lsst.ccs.drivers.sorensen
 

R

readCurrent() - Method in class org.lsst.ccs.drivers.sorensen.Dcs
Reads the actual current.
readCurrent() - Method in class org.lsst.ccs.drivers.sorensen.MonitorDcs
Reads the actual current.
readCurrent() - Method in class org.lsst.ccs.drivers.sorensen.TestDcs
Reads the actual current.
readVoltage() - Method in class org.lsst.ccs.drivers.sorensen.Dcs
Reads the actual voltage.
readVoltage() - Method in class org.lsst.ccs.drivers.sorensen.MonitorDcs
Reads the actual voltage.
readVoltage() - Method in class org.lsst.ccs.drivers.sorensen.TestDcs
Reads the actual voltage.

S

setCurrent(double) - Method in class org.lsst.ccs.drivers.sorensen.Dcs
Sets the current.
setCurrent(double) - Method in class org.lsst.ccs.drivers.sorensen.MonitorDcs
Sets the current.
setCurrent(double) - Method in class org.lsst.ccs.drivers.sorensen.TestDcs
Sets the current.
setCurrentLimit(double) - Method in class org.lsst.ccs.drivers.sorensen.Dcs
Sets the soft current limit.
setCurrentLimit(double) - Method in class org.lsst.ccs.drivers.sorensen.TestDcs
Sets the soft current limit.
setLocal(boolean) - Method in class org.lsst.ccs.drivers.sorensen.Dcs
Turns local mode on or off.
setLocal(TestDcs.onOff) - Method in class org.lsst.ccs.drivers.sorensen.TestDcs
Turns local mode on or off.
setOutput(boolean) - Method in class org.lsst.ccs.drivers.sorensen.Dcs
Turns the output on or off.
setOutput(TestDcs.onOff) - Method in class org.lsst.ccs.drivers.sorensen.TestDcs
Turns the output on or off.
setPeriod(double) - Method in class org.lsst.ccs.drivers.sorensen.MonitorDcs
Sets the sampling period.
setVoltage(double) - Method in class org.lsst.ccs.drivers.sorensen.Dcs
Sets the voltage.
setVoltage(double) - Method in class org.lsst.ccs.drivers.sorensen.MonitorDcs
Sets the voltage.
setVoltage(double) - Method in class org.lsst.ccs.drivers.sorensen.TestDcs
Sets the voltage.
setVoltageLimit(double) - Method in class org.lsst.ccs.drivers.sorensen.Dcs
Sets the soft voltage limit.
setVoltageLimit(double) - Method in class org.lsst.ccs.drivers.sorensen.TestDcs
Sets the soft voltage limit.
showLocal() - Method in class org.lsst.ccs.drivers.sorensen.TestDcs
Shows the local mode.
showOutput() - Method in class org.lsst.ccs.drivers.sorensen.TestDcs
Shows the output state.
showPeriod() - Method in class org.lsst.ccs.drivers.sorensen.MonitorDcs
Shows the sampling period.
start() - Method in class org.lsst.ccs.drivers.sorensen.MonitorDcs
Starts the monitoring.
STAT_ACCUM_STATUS - Static variable in class org.lsst.ccs.drivers.sorensen.Dcs
Public constants.
STAT_CHANNEL - Static variable in class org.lsst.ccs.drivers.sorensen.Dcs
Public constants.
STAT_CURRENT - Static variable in class org.lsst.ccs.drivers.sorensen.Dcs
Public constants.
STAT_CURRENT_ADC_GAIN - Static variable in class org.lsst.ccs.drivers.sorensen.Dcs
Public constants.
STAT_CURRENT_ADC_OFFSET - Static variable in class org.lsst.ccs.drivers.sorensen.Dcs
Public constants.
STAT_CURRENT_DAC_GAIN - Static variable in class org.lsst.ccs.drivers.sorensen.Dcs
Public constants.
STAT_CURRENT_DAC_OFFSET - Static variable in class org.lsst.ccs.drivers.sorensen.Dcs
Public constants.
STAT_ERROR - Static variable in class org.lsst.ccs.drivers.sorensen.Dcs
Public constants.
STAT_FAULT - Static variable in class org.lsst.ccs.drivers.sorensen.Dcs
Public constants.
STAT_FAULT_MASK - Static variable in class org.lsst.ccs.drivers.sorensen.Dcs
Public constants.
STAT_MODEL - Static variable in class org.lsst.ccs.drivers.sorensen.Dcs
Public constants.
STAT_ONLINE - Static variable in class org.lsst.ccs.drivers.sorensen.Dcs
Public constants.
STAT_OVER_VOLTAGE - Static variable in class org.lsst.ccs.drivers.sorensen.Dcs
Public constants.
STAT_OVP_CALIBRATED - Static variable in class org.lsst.ccs.drivers.sorensen.Dcs
Public constants.
STAT_OVP_DAC_GAIN - Static variable in class org.lsst.ccs.drivers.sorensen.Dcs
Public constants.
STAT_OVP_DAC_OFFSET - Static variable in class org.lsst.ccs.drivers.sorensen.Dcs
Public constants.
STAT_SERIAL - Static variable in class org.lsst.ccs.drivers.sorensen.Dcs
Public constants.
STAT_STATUS - Static variable in class org.lsst.ccs.drivers.sorensen.Dcs
Public constants.
STAT_STATUS_FLAGS - Static variable in class org.lsst.ccs.drivers.sorensen.Dcs
Public constants.
STAT_VOLTAGE - Static variable in class org.lsst.ccs.drivers.sorensen.Dcs
Public constants.
STAT_VOLTAGE_ADC_GAIN - Static variable in class org.lsst.ccs.drivers.sorensen.Dcs
Public constants.
STAT_VOLTAGE_ADC_OFFSET - Static variable in class org.lsst.ccs.drivers.sorensen.Dcs
Public constants.
STAT_VOLTAGE_DAC_GAIN - Static variable in class org.lsst.ccs.drivers.sorensen.Dcs
Public constants.
STAT_VOLTAGE_DAC_OFFSET - Static variable in class org.lsst.ccs.drivers.sorensen.Dcs
Public constants.
stop() - Method in class org.lsst.ccs.drivers.sorensen.MonitorDcs
Stops the monitoring.

T

TestDcs - Class in org.lsst.ccs.drivers.sorensen
Program to test the SCPI device driver
TestDcs() - Constructor for class org.lsst.ccs.drivers.sorensen.TestDcs
Constructor
TestDcs.onOff - Enum in org.lsst.ccs.drivers.sorensen
 
toString() - Method in class org.lsst.ccs.drivers.sorensen.Dcs.StatusBlock
 

V

valueOf(String) - Static method in enum org.lsst.ccs.drivers.sorensen.TestDcs.onOff
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.lsst.ccs.drivers.sorensen.TestDcs.onOff
Returns an array containing the constants of this enum type, in the order they are declared.
C D G M N O R S T V 

Copyright © 2014 LSST. All Rights Reserved.