Skip navigation links
A B C D E F G H I K M N O P Q R S T U V W 

A

ATS_POWER_AGENT - Static variable in class org.lsst.ccs.subsystem.power.constants.PowerAgentProperties
 
ATSPower - Class in org.lsst.ccs.subsystem.power
Implements the Auxiliary Telescope power control subsystem.
ATSPower() - Constructor for class org.lsst.ccs.subsystem.power.ATSPower
 
ATSPowerControlPanel - Class in org.lsst.ccs.subsystem.power.ui
Implements the REB power supply control & monitoring panel.
ATSPowerControlPanel(CommandSender) - Constructor for class org.lsst.ccs.subsystem.power.ui.ATSPowerControlPanel
 
ATSPowerControlPlugin - Class in org.lsst.ccs.subsystem.power.ui.jas
 
ATSPowerControlPlugin() - Constructor for class org.lsst.ccs.subsystem.power.ui.jas.ATSPowerControlPlugin
 
ATSPowerState - Class in org.lsst.ccs.subsystem.power.data
Contains the state of an ATS power supply subsystem
ATSPowerState(int, Boolean[], double, double) - Constructor for class org.lsst.ccs.subsystem.power.data.ATSPowerState
 

B

BfrDevice - Class in org.lsst.ccs.subsystem.power
Interface to the SLAC BFR.
BfrDevice() - Constructor for class org.lsst.ccs.subsystem.power.BfrDevice
 
BK1696Device - Class in org.lsst.ccs.subsystem.power
Interface to a B&K model 1696 power supply device.
BK1696Device() - Constructor for class org.lsst.ccs.subsystem.power.BK1696Device
Constructor
BK9130Device - Class in org.lsst.ccs.subsystem.power
Interface to a B&K model 9130 power supply device.
BK9130Device() - Constructor for class org.lsst.ccs.subsystem.power.BK9130Device
Constructor.
boardType - Variable in class org.lsst.ccs.subsystem.power.PduCommonDevice
 
BROADCAST_TASK - Static variable in class org.lsst.ccs.subsystem.power.MainPower
 
build() - Method in class org.lsst.ccs.subsystem.power.ATSPower
Power subsystem initialization
build() - Method in class org.lsst.ccs.subsystem.power.MainPower
Power subsystem initialization
build() - Method in class org.lsst.ccs.subsystem.power.QuadBox
Subsystem initialization.
build() - Method in class org.lsst.ccs.subsystem.power.RebPower
Override build method of HasLifecycle.

C

CATEGORY_QUADBOX - Static variable in class org.lsst.ccs.subsystem.power.constants.PowerConfig
 
CHAN_ANALOG - Static variable in class org.lsst.ccs.subsystem.power.data.ATSPowerState
 
CHAN_CLK_HIGH - Static variable in class org.lsst.ccs.subsystem.power.data.ATSPowerState
 
CHAN_CLK_LOW - Static variable in class org.lsst.ccs.subsystem.power.data.ATSPowerState
 
CHAN_DIGITAL - Static variable in class org.lsst.ccs.subsystem.power.data.ATSPowerState
 
CHAN_DPHI - Static variable in class org.lsst.ccs.subsystem.power.data.ATSPowerState
 
CHAN_HEATER - Static variable in class org.lsst.ccs.subsystem.power.data.ATSPowerState
 
CHAN_HV_BIAS - Static variable in class org.lsst.ccs.subsystem.power.data.ATSPowerState
 
CHAN_OD - Static variable in class org.lsst.ccs.subsystem.power.data.ATSPowerState
 
changeVoltage(double) - Method in class org.lsst.ccs.subsystem.power.PowerControl
Changes the voltage.
Channel() - Constructor for class org.lsst.ccs.subsystem.power.config.Power.Channel
 
checkChannel(String, int, String, String) - Method in class org.lsst.ccs.subsystem.power.BfrDevice
Checks a monitoring channel's parameters for validity.
checkChannel(String, int, String, String) - Method in class org.lsst.ccs.subsystem.power.CpfeDevice
Checks a channel's parameters for validity.
checkChannel(String, int, String, String) - Method in class org.lsst.ccs.subsystem.power.EpduG3Device
Checks a monitoring channel's parameters for validity.
checkChannel(String, int, String, String) - Method in class org.lsst.ccs.subsystem.power.PduCommonDevice
Checks a monitoring channel's parameters for validity.
checkChannel(String, int, String, String) - Method in class org.lsst.ccs.subsystem.power.PduHvDevice
Checks a monitoring channel's parameters for validity.
checkChannel(String, int, String, String) - Method in class org.lsst.ccs.subsystem.power.PowerDevice
Re-initializes the device.
checkChannel(String, int, String, String) - Method in class org.lsst.ccs.subsystem.power.RebPsDevice
Checks a monitoring channel's parameters for validity.
checkPsTripped() - Method in class org.lsst.ccs.subsystem.power.RebPsDevice
Checks whether a power supply has tripped.
clearListener() - Method in class org.lsst.ccs.subsystem.power.EpduG3Device
Clears the event listener.
clearListener() - Method in class org.lsst.ccs.subsystem.power.RebPsDevice
Clears the event listener.
close() - Method in class org.lsst.ccs.subsystem.power.BfrDevice
Closes the connection.
close() - Method in class org.lsst.ccs.subsystem.power.EpduG3Device
Closes the connection.
close() - Method in class org.lsst.ccs.subsystem.power.PduCommonDevice
Closes the connection.
close() - Method in class org.lsst.ccs.subsystem.power.PowerDevice
Closes the connection.
close() - Method in class org.lsst.ccs.subsystem.power.RebPsDevice
Closes the connection.
closed() - Method in interface org.lsst.ccs.subsystem.power.EpduG3Device.Event
 
closed() - Method in class org.lsst.ccs.subsystem.power.RebPower
Called when a power supply device is closed.
closed() - Method in interface org.lsst.ccs.subsystem.power.RebPsDevice.Event
 
CommandSender - Class in org.lsst.ccs.subsystem.power.ui.jas
Class for sending a command and receiving the response.
CommandSender() - Constructor for class org.lsst.ccs.subsystem.power.ui.jas.CommandSender
 
configure(Monitor, Device) - Method in class org.lsst.ccs.subsystem.power.PowerControl
Configures channel description.
configure(Monitor, Device) - Method in class org.lsst.ccs.subsystem.power.RebPsControl
Configures channel description.
CONN_TYPE_NOT_CONFIG - Static variable in class org.lsst.ccs.subsystem.power.PowerDevice
Constants.
connType - Variable in class org.lsst.ccs.subsystem.power.PowerDevice
 
CpfeDevice - Class in org.lsst.ccs.subsystem.power
Handles a Lambda CPFE1000 power supply system.
CpfeDevice() - Constructor for class org.lsst.ccs.subsystem.power.CpfeDevice
Constructor

D

DEVC_BFR - Static variable in class org.lsst.ccs.subsystem.power.constants.QuadBoxSwitches
 
DEVC_ID_NOT_CONFIG - Static variable in class org.lsst.ccs.subsystem.power.PowerDevice
Constants.
DEVC_PARM_NOT_CONFIG - Static variable in class org.lsst.ccs.subsystem.power.PowerDevice
Constants.
DEVC_PDU_24VC - Static variable in class org.lsst.ccs.subsystem.power.constants.QuadBoxSwitches
 
DEVC_PDU_24VD - Static variable in class org.lsst.ccs.subsystem.power.constants.QuadBoxSwitches
 
DEVC_PDU_48V - Static variable in class org.lsst.ccs.subsystem.power.constants.QuadBoxSwitches
 
DEVC_PDU_5V - Static variable in class org.lsst.ccs.subsystem.power.constants.QuadBoxSwitches
 
devcId - Variable in class org.lsst.ccs.subsystem.power.PowerDevice
 
devcParm - Variable in class org.lsst.ccs.subsystem.power.PowerDevice
 
disableSystem() - Method in class org.lsst.ccs.subsystem.power.ui.ATSPowerControlPanel
 
disableSystem(String, int) - Method in class org.lsst.ccs.subsystem.power.ui.PowerControlPanel
Disables the power subsystem.
disableSystem() - Method in class org.lsst.ccs.subsystem.power.ui.QuadBoxControlPanel
 
disableSystem() - Method in class org.lsst.ccs.subsystem.power.ui.RebPsControlPanel
 

E

edit(Window, Power[]) - Static method in class org.lsst.ccs.subsystem.power.ui.PowerConfigPanel
Edits the power configuration.
enableSystem(String, int) - Method in class org.lsst.ccs.subsystem.power.ui.PowerControlPanel
Enables the power subsystem.
EpduG3Device - Class in org.lsst.ccs.subsystem.power
Interface to an Eaton PDU.
EpduG3Device(String, int) - Constructor for class org.lsst.ccs.subsystem.power.EpduG3Device
Constructor.
EpduG3Device.Event - Interface in org.lsst.ccs.subsystem.power
Interface for open/close event listener.

F

FIELDS - Static variable in class org.lsst.ccs.subsystem.power.ui.jas.MonitorFilter
 

G

getChanExtrema(int, RebPsDevice.PsName, RebPsDevice.ChanName) - Method in class org.lsst.ccs.subsystem.power.RebPower
Reads the maximum and minimum values of a channel.
getChannels() - Method in class org.lsst.ccs.subsystem.power.config.Power
 
getConnType() - Method in class org.lsst.ccs.subsystem.power.config.Power
 
getConnType() - Method in class org.lsst.ccs.subsystem.power.PowerDevice
Gets the connection type.
getCurrent() - Method in class org.lsst.ccs.subsystem.power.config.Power.Channel
 
getCurrent() - Method in class org.lsst.ccs.subsystem.power.data.PowerChanState
 
getCurrent() - Method in class org.lsst.ccs.subsystem.power.PowerControl
 
getDacs(boolean) - Method in class org.lsst.ccs.subsystem.power.RebPsDevice
Gets a set of DPHI or HV bias DAC values.
getDevcId() - Method in class org.lsst.ccs.subsystem.power.config.Power
 
getDevcId() - Method in class org.lsst.ccs.subsystem.power.EpduG3Device
Gets the device ID.
getDevcId() - Method in class org.lsst.ccs.subsystem.power.PowerDevice
Gets the device ID.
getDevcParm() - Method in class org.lsst.ccs.subsystem.power.config.Power
 
getDevcParm() - Method in class org.lsst.ccs.subsystem.power.EpduG3Device
Gets the device parameter.
getDevcParm() - Method in class org.lsst.ccs.subsystem.power.PowerDevice
Gets the device parameter.
getDisplayPath(AgentChannel) - Method in class org.lsst.ccs.subsystem.power.ui.jas.MonitorFilter
 
getDphi() - Method in class org.lsst.ccs.subsystem.power.data.ATSPowerState
 
getDphiDacs() - Method in class org.lsst.ccs.subsystem.power.data.RebPsState
 
getErrors() - Method in class org.lsst.ccs.subsystem.power.RebPower
Gets the power supply error counters.
getErrors() - Method in class org.lsst.ccs.subsystem.power.RebPsDevice
Gets the error counters.
getFullState() - Method in class org.lsst.ccs.subsystem.power.ATSPower
Gets the full power state.
getFullState() - Method in class org.lsst.ccs.subsystem.power.MainPower
Gets the full power state.
getFullState() - Method in class org.lsst.ccs.subsystem.power.QuadBox
Gets the full quad box state.
getFullState() - Method in class org.lsst.ccs.subsystem.power.RebPower
Gets the full REB power supply state.
getHvBias() - Method in class org.lsst.ccs.subsystem.power.data.ATSPowerState
 
getHvBiasDacs() - Method in class org.lsst.ccs.subsystem.power.data.RebPsState
 
getMainPowerState() - Method in class org.lsst.ccs.subsystem.power.data.RebPsState
 
getMaxChannel() - Method in class org.lsst.ccs.subsystem.power.PowerDevice
Gets the maximum channel number.
getMinChannel() - Method in class org.lsst.ccs.subsystem.power.PowerDevice
Gets the minimum channel number.
getName() - Method in class org.lsst.ccs.subsystem.power.config.Power.Channel
 
getName() - Method in class org.lsst.ccs.subsystem.power.config.Power
 
getName() - Method in class org.lsst.ccs.subsystem.power.data.PowerChanState
 
getNumber() - Method in enum org.lsst.ccs.subsystem.power.constants.RebPsEnum
 
getOffDelay() - Method in class org.lsst.ccs.subsystem.power.config.Power.Channel
 
getOffDelay() - Method in class org.lsst.ccs.subsystem.power.PowerControl
 
getOnDelay() - Method in class org.lsst.ccs.subsystem.power.config.Power.Channel
 
getOnDelay() - Method in class org.lsst.ccs.subsystem.power.PowerControl
 
getPowerConfig() - Method in class org.lsst.ccs.subsystem.power.MainPower
Gets the configuration data.
getPowerConfig() - Method in class org.lsst.ccs.subsystem.power.PowerDevice
Gets the configuration data.
getPowerState() - Method in class org.lsst.ccs.subsystem.power.ATSPower
Gets the power state.
getPowerState() - Method in class org.lsst.ccs.subsystem.power.data.ATSPowerState
 
getPowerState() - Method in class org.lsst.ccs.subsystem.power.data.RebPsState
 
getPowerState() - Method in class org.lsst.ccs.subsystem.power.MainPower
Gets the power state.
getPowerState() - Method in class org.lsst.ccs.subsystem.power.PowerDevice
Gets the list of power state data.
getPowerState() - Method in class org.lsst.ccs.subsystem.power.ui.PowerControlPanel
Gets the power state from the power subsystem.
getPowerState() - Method in interface org.lsst.ccs.subsystem.power.ui.PowerStatusPanel.Parent
 
getPs() - Method in class org.lsst.ccs.subsystem.power.RebPsDevice
Gets the power supply driver.
getPsId() - Method in class org.lsst.ccs.subsystem.power.data.RebPsState
 
getPsId() - Method in class org.lsst.ccs.subsystem.power.EpduG3Device
Gets the power supply ID.
getPsId() - Method in class org.lsst.ccs.subsystem.power.RebPsDevice
Gets the power supply ID.
getPsType() - Method in class org.lsst.ccs.subsystem.power.data.RebPsState
 
getPsType() - Method in class org.lsst.ccs.subsystem.power.RebPsDevice
Gets the power supply type.
getPsVersion() - Method in class org.lsst.ccs.subsystem.power.data.RebPsState
 
getPsVersion() - Method in class org.lsst.ccs.subsystem.power.RebPsDevice
Gets the power supply version.
getState() - Method in class org.lsst.ccs.subsystem.power.data.PowerChanState
 
getState() - Method in class org.lsst.ccs.subsystem.power.EpduG3Device
Gets the power state data.
getState() - Method in class org.lsst.ccs.subsystem.power.RebPsDevice
Gets the power state data.
getSwitchDevice() - Method in class org.lsst.ccs.subsystem.power.BfrDevice
Gets the switch device type.
getSwitchDevice() - Method in class org.lsst.ccs.subsystem.power.PduCommonDevice
Gets the switch device type
getSwitchDevice() - Method in interface org.lsst.ccs.subsystem.power.SwitchControl
 
getSwitchNames() - Method in class org.lsst.ccs.subsystem.power.QuadBox
Gets the list of switch names.
getSwitchState(int, int) - Method in class org.lsst.ccs.subsystem.power.data.QuadBoxState
 
getTickMillis() - Method in class org.lsst.ccs.subsystem.power.data.ATSPowerState
 
getTickMillis() - Method in class org.lsst.ccs.subsystem.power.data.PowerState
 
getTickMillis() - Method in class org.lsst.ccs.subsystem.power.data.QuadBoxState
 
getTickMillis() - Method in class org.lsst.ccs.subsystem.power.data.RebPsState
 
getVoltage() - Method in class org.lsst.ccs.subsystem.power.config.Power.Channel
 
getVoltage() - Method in class org.lsst.ccs.subsystem.power.data.PowerChanState
 
getVoltage() - Method in class org.lsst.ccs.subsystem.power.PowerControl
 

H

HamegDevice - Class in org.lsst.ccs.subsystem.power
Interface to a Hameg HMP series power supply device.
HamegDevice() - Constructor for class org.lsst.ccs.subsystem.power.HamegDevice
Constructor.
handleException(DriverException) - Method in class org.lsst.ccs.subsystem.power.PowerDevice
Handle driver exceptions.
handleStatusData(String, int, long, String, Object) - Method in class org.lsst.ccs.subsystem.power.ui.PowerControlPanel
Processes status data messages from the VST power subsystem.
hvBiasOff() - Method in class org.lsst.ccs.subsystem.power.ATSPower
Turns off the HV bias.
hvBiasOn() - Method in class org.lsst.ccs.subsystem.power.ATSPower
Turns on the HV bias.

I

init() - Method in class org.lsst.ccs.subsystem.power.RebPower
Override init method of HasLifecycle.
initChannel(String, int, int, int, int) - Method in class org.lsst.ccs.subsystem.power.PduCommonDevice
Initializes a monitoring channel.
initChannel(String, int, int, int, int) - Method in class org.lsst.ccs.subsystem.power.RebPsDevice
Initializes a monitoring channel.
initDevice() - Method in class org.lsst.ccs.subsystem.power.BfrDevice
Performs configuration.
initDevice() - Method in class org.lsst.ccs.subsystem.power.CpfeDevice
Performs basic initialization.
initDevice() - Method in class org.lsst.ccs.subsystem.power.EpduG3Device
Performs configuration.
initDevice() - Method in class org.lsst.ccs.subsystem.power.PduCommonDevice
Performs configuration.
initDevice() - Method in class org.lsst.ccs.subsystem.power.PowerDevice
Performs configuration.
initDevice() - Method in class org.lsst.ccs.subsystem.power.RebPsDevice
Performs configuration checking.
initialize() - Method in class org.lsst.ccs.subsystem.power.BfrDevice
Performs full initialization.
initialize() - Method in class org.lsst.ccs.subsystem.power.EpduG3Device
Performs full initialization.
initialize() - Method in class org.lsst.ccs.subsystem.power.PduCommonDevice
Performs full initialization.
initialize() - Method in class org.lsst.ccs.subsystem.power.PowerDevice
Performs full initialization.
initialize() - Method in class org.lsst.ccs.subsystem.power.RebPsDevice
Performs full initialization.
initialize() - Method in interface org.lsst.ccs.subsystem.power.SwitchControl
 
initialize() - Method in class org.lsst.ccs.subsystem.power.ui.jas.ATSPowerControlPlugin
 
initialize() - Method in class org.lsst.ccs.subsystem.power.ui.jas.PowerControlPlugin
 
initialize() - Method in class org.lsst.ccs.subsystem.power.ui.jas.QuadBoxControlPlugin
 
initialize() - Method in class org.lsst.ccs.subsystem.power.ui.jas.RebPsControlPlugin
 
isSwitchOn(int) - Method in class org.lsst.ccs.subsystem.power.BfrDevice
Gets the state of a relay.
isSwitchOn(int) - Method in class org.lsst.ccs.subsystem.power.PduCommonDevice
Gets the state of a PDU channel.
isSwitchOn(int) - Method in interface org.lsst.ccs.subsystem.power.SwitchControl
 

K

KEY - Static variable in class org.lsst.ccs.subsystem.power.data.ATSPowerState
 
KEY - Static variable in class org.lsst.ccs.subsystem.power.data.PowerChanState
 
KEY - Static variable in class org.lsst.ccs.subsystem.power.data.PowerState
 
KEY - Static variable in class org.lsst.ccs.subsystem.power.data.QuadBoxState
 
KEY - Static variable in class org.lsst.ccs.subsystem.power.data.RebPsState
 

M

main(String[]) - Static method in class org.lsst.ccs.subsystem.power.ui.PowerControlGui
 
MainPower - Class in org.lsst.ccs.subsystem.power
Implements the power control subsystem.
MainPower() - Constructor for class org.lsst.ccs.subsystem.power.MainPower
 
MON_TYPE_CURRENT - Static variable in class org.lsst.ccs.subsystem.power.PduCommonDevice
Constants.
MON_TYPE_VOLTAGE - Static variable in class org.lsst.ccs.subsystem.power.PduCommonDevice
Constants.
MonitorFilter - Class in org.lsst.ccs.subsystem.power.ui.jas
Generic monitoring filter.
MonitorFilter(String) - Constructor for class org.lsst.ccs.subsystem.power.ui.jas.MonitorFilter
 

N

N6487Device - Class in org.lsst.ccs.subsystem.power
Interface to a Keithley N6487 power supply device.
N6487Device() - Constructor for class org.lsst.ccs.subsystem.power.N6487Device
Constructor.
N6700Device - Class in org.lsst.ccs.subsystem.power
Interface to an Agilent N6700 power supply device.
N6700Device() - Constructor for class org.lsst.ccs.subsystem.power.N6700Device
Constructor.
NETWORK_CONN_INVALID - Static variable in class org.lsst.ccs.subsystem.power.PowerDevice
Constants.
node - Variable in class org.lsst.ccs.subsystem.power.PduCommonDevice
 
NUM_CHANNELS - Static variable in class org.lsst.ccs.subsystem.power.data.ATSPowerState
 
NUM_DEVICES - Static variable in class org.lsst.ccs.subsystem.power.constants.QuadBoxSwitches
 
NUM_SWITCHES - Static variable in class org.lsst.ccs.subsystem.power.constants.QuadBoxSwitches
 

O

opened() - Method in interface org.lsst.ccs.subsystem.power.EpduG3Device.Event
 
opened() - Method in class org.lsst.ccs.subsystem.power.RebPower
Called when a power supply device is opened.
opened() - Method in interface org.lsst.ccs.subsystem.power.RebPsDevice.Event
 
org.lsst.ccs.subsystem.power - package org.lsst.ccs.subsystem.power
 
org.lsst.ccs.subsystem.power.config - package org.lsst.ccs.subsystem.power.config
 
org.lsst.ccs.subsystem.power.constants - package org.lsst.ccs.subsystem.power.constants
 
org.lsst.ccs.subsystem.power.data - package org.lsst.ccs.subsystem.power.data
 
org.lsst.ccs.subsystem.power.states - package org.lsst.ccs.subsystem.power.states
 
org.lsst.ccs.subsystem.power.ui - package org.lsst.ccs.subsystem.power.ui
 
org.lsst.ccs.subsystem.power.ui.jas - package org.lsst.ccs.subsystem.power.ui.jas
 

P

pdu - Variable in class org.lsst.ccs.subsystem.power.PduCommonDevice
 
Pdu24vcDevice - Class in org.lsst.ccs.subsystem.power
Interface to a SLAC 24V clean PDU.
Pdu24vcDevice() - Constructor for class org.lsst.ccs.subsystem.power.Pdu24vcDevice
 
Pdu24vdDevice - Class in org.lsst.ccs.subsystem.power
Interface to a SLAC 24V dirty PDU.
Pdu24vdDevice() - Constructor for class org.lsst.ccs.subsystem.power.Pdu24vdDevice
 
Pdu48vDevice - Class in org.lsst.ccs.subsystem.power
Interface to a SLAC 48V (dirty) PDU.
Pdu48vDevice() - Constructor for class org.lsst.ccs.subsystem.power.Pdu48vDevice
 
Pdu5vDevice - Class in org.lsst.ccs.subsystem.power
Interface to a SLAC 5V PDU.
Pdu5vDevice() - Constructor for class org.lsst.ccs.subsystem.power.Pdu5vDevice
 
PduCommonDevice - Class in org.lsst.ccs.subsystem.power
Interface to a SLAC PDU.
PduCommonDevice() - Constructor for class org.lsst.ccs.subsystem.power.PduCommonDevice
 
PduHvDevice - Class in org.lsst.ccs.subsystem.power
Interface to a SLAC HV PDU.
PduHvDevice() - Constructor for class org.lsst.ccs.subsystem.power.PduHvDevice
Constructor.
periodicBroadcast() - Method in class org.lsst.ccs.subsystem.power.ATSPower
Performs periodic power data broadcast.
periodicBroadcast() - Method in class org.lsst.ccs.subsystem.power.MainPower
Performs periodic power data broadcast.
periodicBroadcast() - Method in class org.lsst.ccs.subsystem.power.QuadBox
Performs periodic power data broadcast.
postInit() - Method in class org.lsst.ccs.subsystem.power.ATSPower
Power subsystem post-initialization
postInit() - Method in class org.lsst.ccs.subsystem.power.MainPower
Power subsystem post-initialization
postInit() - Method in class org.lsst.ccs.subsystem.power.QuadBox
Subsystem post-initialization
postInit() - Method in class org.lsst.ccs.subsystem.power.RebPower
Initializes the power subsystem.
postStart() - Method in class org.lsst.ccs.subsystem.power.ATSPower
Starts the subsystem.
postStart() - Method in class org.lsst.ccs.subsystem.power.MainPower
Starts the subsystem.
postStart() - Method in class org.lsst.ccs.subsystem.power.QuadBox
Starts the subsystem.
postStart() - Method in class org.lsst.ccs.subsystem.power.RebPower
Starts the subsystem.
Power - Class in org.lsst.ccs.subsystem.power.config
Contains a set of power configuration values.
Power() - Constructor for class org.lsst.ccs.subsystem.power.config.Power
 
POWER - Static variable in class org.lsst.ccs.subsystem.power.config.Power
 
Power.Channel - Class in org.lsst.ccs.subsystem.power.config
 
Power.ConnType - Enum in org.lsst.ccs.subsystem.power.config
 
POWER_AGENT - Static variable in class org.lsst.ccs.subsystem.power.constants.PowerAgentProperties
 
PowerAgentProperties - Class in org.lsst.ccs.subsystem.power.constants
Agent properties for Power type objects.
PowerAgentProperties() - Constructor for class org.lsst.ccs.subsystem.power.constants.PowerAgentProperties
 
PowerChanState - Class in org.lsst.ccs.subsystem.power.data
Contains the state of a power channel.
PowerChanState() - Constructor for class org.lsst.ccs.subsystem.power.data.PowerChanState
 
PowerConfig - Class in org.lsst.ccs.subsystem.power.constants
Configuration constants
PowerConfig() - Constructor for class org.lsst.ccs.subsystem.power.constants.PowerConfig
 
PowerConfigPanel - Class in org.lsst.ccs.subsystem.power.ui
Power configuration editor.
PowerConfigPanel(Power[]) - Constructor for class org.lsst.ccs.subsystem.power.ui.PowerConfigPanel
Constructor.
PowerControl - Class in org.lsst.ccs.subsystem.power
Implements power supply control functions.
PowerControl() - Constructor for class org.lsst.ccs.subsystem.power.PowerControl
 
PowerControlGui - Class in org.lsst.ccs.subsystem.power.ui
The rafts power control GUI.
PowerControlGui(String) - Constructor for class org.lsst.ccs.subsystem.power.ui.PowerControlGui
 
PowerControlPanel - Class in org.lsst.ccs.subsystem.power.ui
Implements the power supply control panel.
PowerControlPanel(PowerControlGui, boolean) - Constructor for class org.lsst.ccs.subsystem.power.ui.PowerControlPanel
Constructor.
PowerControlPlugin - Class in org.lsst.ccs.subsystem.power.ui.jas
This needs work!!!
PowerControlPlugin() - Constructor for class org.lsst.ccs.subsystem.power.ui.jas.PowerControlPlugin
 
PowerDevice - Class in org.lsst.ccs.subsystem.power
Interface to an ASCII-commanded power supply device.
PowerDevice(String, PowerSupplyDriver, int, int, int) - Constructor for class org.lsst.ccs.subsystem.power.PowerDevice
Constructor.
PowerDevice(String, PowerSupplyDriver, String, String, int, int, int, int) - Constructor for class org.lsst.ccs.subsystem.power.PowerDevice
Deprecated.
PowerException - Exception in org.lsst.ccs.subsystem.power.data
An exception throw by any power subsystem due to internal state errors.
PowerException(String) - Constructor for exception org.lsst.ccs.subsystem.power.data.PowerException
 
powerOff() - Method in class org.lsst.ccs.subsystem.power.ATSPower
Turns off all the power.
powerOff() - Method in class org.lsst.ccs.subsystem.power.MainPower
Turns off the power.
powerOff() - Method in class org.lsst.ccs.subsystem.power.PowerDevice
Powers off all channels.
powerOn() - Method in class org.lsst.ccs.subsystem.power.ATSPower
Turns on the power, except for HV bias.
powerOn() - Method in class org.lsst.ccs.subsystem.power.MainPower
Turns on the power.
powerOn() - Method in class org.lsst.ccs.subsystem.power.PowerDevice
Powers on all channels.
powerResized() - Method in class org.lsst.ccs.subsystem.power.ui.PowerControlPanel
Resizes the panel if necessary.
powerResized() - Method in interface org.lsst.ccs.subsystem.power.ui.PowerStatusPanel.Parent
 
PowerState - Class in org.lsst.ccs.subsystem.power.data
Contains the state of a general power supply subsystem
PowerState(int) - Constructor for class org.lsst.ccs.subsystem.power.data.PowerState
 
PowerStatusPanel - Class in org.lsst.ccs.subsystem.power.ui
Implements the power status sub-panel.
PowerStatusPanel(PowerStatusPanel.Parent) - Constructor for class org.lsst.ccs.subsystem.power.ui.PowerStatusPanel
Constructor.
PowerStatusPanel.Parent - Interface in org.lsst.ccs.subsystem.power.ui
Parent interface for providing services.
psd - Variable in class org.lsst.ccs.subsystem.power.PowerDevice
 
PWR_STATE_OFF - Static variable in class org.lsst.ccs.subsystem.power.data.PowerChanState
 
PWR_STATE_OFFLINE - Static variable in class org.lsst.ccs.subsystem.power.data.PowerChanState
 
PWR_STATE_ON - Static variable in class org.lsst.ccs.subsystem.power.data.PowerChanState
 

Q

QUAD_BOX_AGENT - Static variable in class org.lsst.ccs.subsystem.power.constants.PowerAgentProperties
 
QuadBox - Class in org.lsst.ccs.subsystem.power
Implements the Quad Box control subsystem.
QuadBox() - Constructor for class org.lsst.ccs.subsystem.power.QuadBox
 
QuadBoxControlPanel - Class in org.lsst.ccs.subsystem.power.ui
Implements the REB power supply control & monitoring panel.
QuadBoxControlPanel(CommandSender) - Constructor for class org.lsst.ccs.subsystem.power.ui.QuadBoxControlPanel
 
QuadBoxControlPlugin - Class in org.lsst.ccs.subsystem.power.ui.jas
 
QuadBoxControlPlugin() - Constructor for class org.lsst.ccs.subsystem.power.ui.jas.QuadBoxControlPlugin
 
QuadBoxState - Class in org.lsst.ccs.subsystem.power.data
Contains the state of the quad box subsystem
QuadBoxState() - Constructor for class org.lsst.ccs.subsystem.power.data.QuadBoxState
 
QuadBoxSwitches - Class in org.lsst.ccs.subsystem.power.constants
Quad box switch definitions.
QuadBoxSwitches() - Constructor for class org.lsst.ccs.subsystem.power.constants.QuadBoxSwitches
 

R

readChanExtrema(int, RebPsDevice.PsName, RebPsDevice.ChanName) - Method in class org.lsst.ccs.subsystem.power.RebPsDevice
Reads extrema for a power supply channel
readChannel(int, int) - Method in class org.lsst.ccs.subsystem.power.BfrDevice
Reads a monitored channel.
readChannel(int, int) - Method in class org.lsst.ccs.subsystem.power.CpfeDevice
Reads a channel.
readChannel(int, int) - Method in class org.lsst.ccs.subsystem.power.EpduG3Device
Reads a monitoring channel.
readChannel(int, int) - Method in class org.lsst.ccs.subsystem.power.PduCommonDevice
Reads a monitoring channel.
readChannel(int, int) - Method in class org.lsst.ccs.subsystem.power.PduHvDevice
Reads a monitoring channel.
readChannel(int, int) - Method in class org.lsst.ccs.subsystem.power.PowerDevice
Reads a monitoring channel.
readChannel(int, int) - Method in class org.lsst.ccs.subsystem.power.RebPsDevice
Reads a monitoring channel.
readChannelGroup() - Method in class org.lsst.ccs.subsystem.power.BfrDevice
Reads all monitored channels.
readCurrent(int) - Method in class org.lsst.ccs.subsystem.power.BK9130Device
Reads the current from the hardware.
readCurrent(int) - Method in class org.lsst.ccs.subsystem.power.PowerDevice
Reads the current from the hardware.
readCurrentGroup() - Method in class org.lsst.ccs.subsystem.power.BK9130Device
Reads all the currents from the hardware.
readCurrentGroup() - Method in class org.lsst.ccs.subsystem.power.PowerDevice
Reads a group of currents from the hardware.
readOutput(int) - Method in class org.lsst.ccs.subsystem.power.BK9130Device
Reads the power output state from the hardware.
readOutput(int) - Method in class org.lsst.ccs.subsystem.power.PowerDevice
Reads the power output state from the hardware.
readOutputGroup() - Method in class org.lsst.ccs.subsystem.power.BK9130Device
Reads all the output states from the hardware.
readOutputGroup() - Method in class org.lsst.ccs.subsystem.power.PowerDevice
Reads a group of power output states from the hardware.
readVoltage(int) - Method in class org.lsst.ccs.subsystem.power.BK9130Device
Reads the voltage from the hardware.
readVoltage(int) - Method in class org.lsst.ccs.subsystem.power.PowerDevice
Reads the voltage from the hardware.
readVoltageGroup() - Method in class org.lsst.ccs.subsystem.power.BK9130Device
Reads all the voltages from the hardware.
readVoltageGroup() - Method in class org.lsst.ccs.subsystem.power.PowerDevice
Reads a group of voltages from the hardware.
REB_POWER_AGENT - Static variable in class org.lsst.ccs.subsystem.power.constants.PowerAgentProperties
 
RebPower - Class in org.lsst.ccs.subsystem.power
Implements the REB PS control subsystem.
RebPower() - Constructor for class org.lsst.ccs.subsystem.power.RebPower
 
RebPowerState - Enum in org.lsst.ccs.subsystem.power.states
Power State for all the Rebs.
RebPsControl - Class in org.lsst.ccs.subsystem.power
Implements REB power supply control functions.
RebPsControl(String, int) - Constructor for class org.lsst.ccs.subsystem.power.RebPsControl
Constructor.
RebPsControlPanel - Class in org.lsst.ccs.subsystem.power.ui
Implements the REB power supply control & monitoring panel.
RebPsControlPanel(CommandSender) - Constructor for class org.lsst.ccs.subsystem.power.ui.RebPsControlPanel
 
RebPsControlPlugin - Class in org.lsst.ccs.subsystem.power.ui.jas
 
RebPsControlPlugin() - Constructor for class org.lsst.ccs.subsystem.power.ui.jas.RebPsControlPlugin
 
RebPsDevice - Class in org.lsst.ccs.subsystem.power
Interface to a REB power supply board.
RebPsDevice() - Constructor for class org.lsst.ccs.subsystem.power.RebPsDevice
 
RebPsDevice.ChanName - Enum in org.lsst.ccs.subsystem.power
 
RebPsDevice.Event - Interface in org.lsst.ccs.subsystem.power
Interface for open/close event listener.
RebPsDevice.PsName - Enum in org.lsst.ccs.subsystem.power
Public constants.
RebPsEnum - Enum in org.lsst.ccs.subsystem.power.constants
Enumeration for REB power supply elements
RebPsState - Class in org.lsst.ccs.subsystem.power.data
Contains the state of a REB power supply subsystem
RebPsState(int, int, int[], double[], double[], int, int, String) - Constructor for class org.lsst.ccs.subsystem.power.data.RebPsState
 
resetChanExtrema(int, RebPsDevice.PsName, RebPsDevice.ChanName) - Method in class org.lsst.ccs.subsystem.power.RebPower
Resets the maximum and minimum values of a channel.
resetChanExtrema(int, RebPsDevice.PsName, RebPsDevice.ChanName) - Method in class org.lsst.ccs.subsystem.power.RebPsDevice
Resets extrema for a power supply channel

S

saveNamedConfig(String) - Method in class org.lsst.ccs.subsystem.power.MainPower
Saves the configuration data.
sendCommand(String, String, String, Object...) - Method in class org.lsst.ccs.subsystem.power.ui.jas.CommandSender
 
sendCommand(int, String, String, String, Object...) - Method in class org.lsst.ccs.subsystem.power.ui.jas.CommandSender
 
sequencePower(int, boolean) - Method in class org.lsst.ccs.subsystem.power.RebPower
Sequences a power supply on or off.
sequencePower(int, boolean) - Method in class org.lsst.ccs.subsystem.power.RebPsDevice
Sequences a power supply section on or off.
sequencePower(boolean) - Method in class org.lsst.ccs.subsystem.power.RebPsDevice
Sequences a whole power supply on or off.
setBiasDac(int, double) - Method in class org.lsst.ccs.subsystem.power.RebPower
Sets a HV bias DAC value.
setBiasDac(int, double) - Method in class org.lsst.ccs.subsystem.power.RebPsDevice
Sets a HV bias DAC value.
setChannels(Power.Channel[]) - Method in class org.lsst.ccs.subsystem.power.config.Power
 
setConnType(Power.ConnType) - Method in class org.lsst.ccs.subsystem.power.config.Power
 
setCurrent(double) - Method in class org.lsst.ccs.subsystem.power.config.Power.Channel
 
setCurrent(double) - Method in class org.lsst.ccs.subsystem.power.data.PowerChanState
 
setCurrent(double) - Method in class org.lsst.ccs.subsystem.power.PowerControl
Sets/gets the current.
setDevcId(String) - Method in class org.lsst.ccs.subsystem.power.config.Power
 
setDevcId(String) - Method in class org.lsst.ccs.subsystem.power.EpduG3Device
Sets the device ID.
setDevcParm(int) - Method in class org.lsst.ccs.subsystem.power.config.Power
 
setDevcParm(int) - Method in class org.lsst.ccs.subsystem.power.EpduG3Device
Sets the device parameter.
setDphi(double) - Method in class org.lsst.ccs.subsystem.power.ATSPower
Sets the DPHI voltage
setDphiDac(int, double) - Method in class org.lsst.ccs.subsystem.power.RebPower
Sets a DPHI DAC value.
setDphiDac(int, double) - Method in class org.lsst.ccs.subsystem.power.RebPsDevice
Sets a DPHI DAC value.
setHvBias(double) - Method in class org.lsst.ccs.subsystem.power.ATSPower
Sets the HV bias voltage
setListener(EpduG3Device.Event) - Method in class org.lsst.ccs.subsystem.power.EpduG3Device
Sets an event listener.
setListener(RebPsDevice.Event) - Method in class org.lsst.ccs.subsystem.power.RebPsDevice
Sets an event listener.
setMainPower(boolean) - Method in class org.lsst.ccs.subsystem.power.RebPower
Turns the main power supply on or off.
setName(String) - Method in class org.lsst.ccs.subsystem.power.config.Power.Channel
 
setName(String) - Method in class org.lsst.ccs.subsystem.power.config.Power
 
setName(String) - Method in class org.lsst.ccs.subsystem.power.data.PowerChanState
 
setNamedPowerOn(int, RebPsEnum, boolean) - Method in class org.lsst.ccs.subsystem.power.RebPower
Turns a power supply on or off.
setNamedSwitchOn(String, boolean) - Method in class org.lsst.ccs.subsystem.power.QuadBox
Turns a named switch on or off.
setOffDelay(double) - Method in class org.lsst.ccs.subsystem.power.config.Power.Channel
 
setOffDelay(double) - Method in class org.lsst.ccs.subsystem.power.PowerControl
Sets/gets the power-off delay.
setOnDelay(double) - Method in class org.lsst.ccs.subsystem.power.config.Power.Channel
 
setOnDelay(double) - Method in class org.lsst.ccs.subsystem.power.PowerControl
Sets/gets the power-on delay.
setPowerConfig(Power[]) - Method in class org.lsst.ccs.subsystem.power.MainPower
Sets the configuration data.
setPowerConfig(Power) - Method in class org.lsst.ccs.subsystem.power.PowerDevice
Sets the configuration data.
setPowerOn(int, int, boolean) - Method in class org.lsst.ccs.subsystem.power.EpduG3Device
Turns a power supply on or off.
setPowerOn(int, int, boolean) - Method in class org.lsst.ccs.subsystem.power.RebPower
Turns a power supply on or off.
setPowerOn(int, int, boolean) - Method in class org.lsst.ccs.subsystem.power.RebPsDevice
Turns a power supply on or off.
setSimulatedRebPower(String, double) - Method in class org.lsst.ccs.subsystem.power.RebPower
Sets the simulated REB power
setState(int) - Method in class org.lsst.ccs.subsystem.power.data.PowerChanState
 
setSubsystems(String) - Method in class org.lsst.ccs.subsystem.power.ui.ATSPowerControlPanel
 
setSubsystems(String) - Method in class org.lsst.ccs.subsystem.power.ui.QuadBoxControlPanel
 
setSubsystems(String) - Method in class org.lsst.ccs.subsystem.power.ui.RebPsControlPanel
 
setSwitchOn(int, boolean) - Method in class org.lsst.ccs.subsystem.power.QuadBox
Turns a switch on or off.
setSwitchState(int, int, SwitchState) - Method in class org.lsst.ccs.subsystem.power.data.QuadBoxState
 
setTickMillis(int) - Method in class org.lsst.ccs.subsystem.power.data.QuadBoxState
 
setTimeout(int) - Method in class org.lsst.ccs.subsystem.power.ui.jas.CommandSender
 
setUpdatePeriod(int) - Method in class org.lsst.ccs.subsystem.power.ATSPower
Sets the update (tick) period.
setUpdatePeriod(int) - Method in class org.lsst.ccs.subsystem.power.MainPower
Sets the update (tick) period.
setUpdatePeriod(int) - Method in class org.lsst.ccs.subsystem.power.QuadBox
Sets the update (tick) period.
setUpdatePeriod(int) - Method in class org.lsst.ccs.subsystem.power.RebPower
Sets the update (tick) period.
setVoltage(double) - Method in class org.lsst.ccs.subsystem.power.config.Power.Channel
 
setVoltage(double) - Method in class org.lsst.ccs.subsystem.power.data.PowerChanState
 
setVoltage(double) - Method in class org.lsst.ccs.subsystem.power.PowerControl
Sets/gets the voltage.
SimPowerDevice - Class in org.lsst.ccs.subsystem.power
Implementation of a simulated power supply device.
SimPowerDevice(double[]) - Constructor for class org.lsst.ccs.subsystem.power.SimPowerDevice
Constructor.
SW_BODY_PURGE - Static variable in class org.lsst.ccs.subsystem.power.constants.QuadBoxSwitches
 
SW_BPU_MAQ20 - Static variable in class org.lsst.ccs.subsystem.power.constants.QuadBoxSwitches
 
SW_CRYO_TURBO - Static variable in class org.lsst.ccs.subsystem.power.constants.QuadBoxSwitches
 
SW_FES_BRAKES - Static variable in class org.lsst.ccs.subsystem.power.constants.QuadBoxSwitches
 
SW_FES_CAROUSEL - Static variable in class org.lsst.ccs.subsystem.power.constants.QuadBoxSwitches
 
SW_FES_CAROUSEL_D - Static variable in class org.lsst.ccs.subsystem.power.constants.QuadBoxSwitches
 
SW_FES_CHANGER_C - Static variable in class org.lsst.ccs.subsystem.power.constants.QuadBoxSwitches
 
SW_FES_CHANGER_D - Static variable in class org.lsst.ccs.subsystem.power.constants.QuadBoxSwitches
 
SW_FES_CLAMPS - Static variable in class org.lsst.ccs.subsystem.power.constants.QuadBoxSwitches
 
SW_FES_HEATER - Static variable in class org.lsst.ccs.subsystem.power.constants.QuadBoxSwitches
 
SW_FES_LOADER_C - Static variable in class org.lsst.ccs.subsystem.power.constants.QuadBoxSwitches
 
SW_FES_LOADER_D - Static variable in class org.lsst.ccs.subsystem.power.constants.QuadBoxSwitches
 
SW_GAUGES - Static variable in class org.lsst.ccs.subsystem.power.constants.QuadBoxSwitches
 
SW_HCU_FES_SHU - Static variable in class org.lsst.ccs.subsystem.power.constants.QuadBoxSwitches
 
SW_HCU_PWR_CRY - Static variable in class org.lsst.ccs.subsystem.power.constants.QuadBoxSwitches
 
SW_HEX_TURBO - Static variable in class org.lsst.ccs.subsystem.power.constants.QuadBoxSwitches
 
SW_ION_PUMPS - Static variable in class org.lsst.ccs.subsystem.power.constants.QuadBoxSwitches
 
SW_MAIN_24C - Static variable in class org.lsst.ccs.subsystem.power.constants.QuadBoxSwitches
 
SW_MAIN_24D - Static variable in class org.lsst.ccs.subsystem.power.constants.QuadBoxSwitches
 
SW_MAIN_48 - Static variable in class org.lsst.ccs.subsystem.power.constants.QuadBoxSwitches
 
SW_OTM_0_A - Static variable in class org.lsst.ccs.subsystem.power.constants.QuadBoxSwitches
 
SW_OTM_0_B - Static variable in class org.lsst.ccs.subsystem.power.constants.QuadBoxSwitches
 
SW_OTM_1_A - Static variable in class org.lsst.ccs.subsystem.power.constants.QuadBoxSwitches
 
SW_OTM_1_B - Static variable in class org.lsst.ccs.subsystem.power.constants.QuadBoxSwitches
 
SW_OTM_2_A - Static variable in class org.lsst.ccs.subsystem.power.constants.QuadBoxSwitches
 
SW_OTM_2_B - Static variable in class org.lsst.ccs.subsystem.power.constants.QuadBoxSwitches
 
SW_OTM_3_A - Static variable in class org.lsst.ccs.subsystem.power.constants.QuadBoxSwitches
 
SW_OTM_3_B - Static variable in class org.lsst.ccs.subsystem.power.constants.QuadBoxSwitches
 
SW_OTM_4_A - Static variable in class org.lsst.ccs.subsystem.power.constants.QuadBoxSwitches
 
SW_OTM_4_B - Static variable in class org.lsst.ccs.subsystem.power.constants.QuadBoxSwitches
 
SW_OTM_5_A - Static variable in class org.lsst.ccs.subsystem.power.constants.QuadBoxSwitches
 
SW_OTM_5_B - Static variable in class org.lsst.ccs.subsystem.power.constants.QuadBoxSwitches
 
SW_PURGE_FAN - Static variable in class org.lsst.ccs.subsystem.power.constants.QuadBoxSwitches
 
SW_RELAY_HTR_1 - Static variable in class org.lsst.ccs.subsystem.power.constants.QuadBoxSwitches
 
SW_RELAY_HTR_2 - Static variable in class org.lsst.ccs.subsystem.power.constants.QuadBoxSwitches
 
SW_RELAY_PWS_16 - Static variable in class org.lsst.ccs.subsystem.power.constants.QuadBoxSwitches
 
SW_RELAY_PWS_17 - Static variable in class org.lsst.ccs.subsystem.power.constants.QuadBoxSwitches
 
SW_RELAY_PWS_18 - Static variable in class org.lsst.ccs.subsystem.power.constants.QuadBoxSwitches
 
SW_RELAY_PWS_19 - Static variable in class org.lsst.ccs.subsystem.power.constants.QuadBoxSwitches
 
SW_RELAY_PWS_2 - Static variable in class org.lsst.ccs.subsystem.power.constants.QuadBoxSwitches
 
SW_RELAY_PWS_20 - Static variable in class org.lsst.ccs.subsystem.power.constants.QuadBoxSwitches
 
SW_RELAY_PWS_21 - Static variable in class org.lsst.ccs.subsystem.power.constants.QuadBoxSwitches
 
SW_RELAY_PWS_25 - Static variable in class org.lsst.ccs.subsystem.power.constants.QuadBoxSwitches
 
SW_RELAY_PWS_3 - Static variable in class org.lsst.ccs.subsystem.power.constants.QuadBoxSwitches
 
SW_RELAY_PWS_4 - Static variable in class org.lsst.ccs.subsystem.power.constants.QuadBoxSwitches
 
SW_SHUTTER_1 - Static variable in class org.lsst.ccs.subsystem.power.constants.QuadBoxSwitches
 
SW_SHUTTER_1_D - Static variable in class org.lsst.ccs.subsystem.power.constants.QuadBoxSwitches
 
SW_SHUTTER_2 - Static variable in class org.lsst.ccs.subsystem.power.constants.QuadBoxSwitches
 
SW_SHUTTER_2_D - Static variable in class org.lsst.ccs.subsystem.power.constants.QuadBoxSwitches
 
SW_SHUTTER_BRAKE - Static variable in class org.lsst.ccs.subsystem.power.constants.QuadBoxSwitches
 
SW_UNUSED_24C - Static variable in class org.lsst.ccs.subsystem.power.constants.QuadBoxSwitches
 
SwitchControl - Interface in org.lsst.ccs.subsystem.power
Interface for controlling switches.
switchDevice - Variable in class org.lsst.ccs.subsystem.power.PduCommonDevice
 
switchNames - Static variable in class org.lsst.ccs.subsystem.power.constants.QuadBoxSwitches
 
switchOff(int) - Method in class org.lsst.ccs.subsystem.power.BfrDevice
Turns a relay off.
switchOff(int) - Method in class org.lsst.ccs.subsystem.power.PduCommonDevice
Turns a PDU channel off.
switchOff(int) - Method in interface org.lsst.ccs.subsystem.power.SwitchControl
 
switchOn(int) - Method in class org.lsst.ccs.subsystem.power.BfrDevice
Turns a relay on.
switchOn(int) - Method in class org.lsst.ccs.subsystem.power.PduCommonDevice
Turns a PDU channel on.
switchOn(int) - Method in interface org.lsst.ccs.subsystem.power.SwitchControl
 
SwitchState - Enum in org.lsst.ccs.subsystem.power.constants
Defines the possible switch states

T

toggleMainPower() - Method in class org.lsst.ccs.subsystem.power.RebPower
Toggles the main power supply state.
toggleNamedPower(int, RebPsEnum) - Method in class org.lsst.ccs.subsystem.power.RebPower
Toggles the on/off state of a power supply.
togglePower(int, int) - Method in class org.lsst.ccs.subsystem.power.EpduG3Device
Toggles the on/off state of a power supply.
togglePower(int, int) - Method in class org.lsst.ccs.subsystem.power.RebPower
Toggles the on/off state of a power supply.
togglePower(int, int) - Method in class org.lsst.ccs.subsystem.power.RebPsDevice
Toggles the on/off state of a power supply.
toString() - Method in class org.lsst.ccs.subsystem.power.data.PowerState
 

U

updateControlPanel(ATSPowerState) - Method in class org.lsst.ccs.subsystem.power.ui.ATSPowerControlPanel
 
updateControlPanel(QuadBoxState) - Method in class org.lsst.ccs.subsystem.power.ui.QuadBoxControlPanel
 
updateControlPanel(RebPsState) - Method in class org.lsst.ccs.subsystem.power.ui.RebPsControlPanel
 
updatePowerState(List<PowerChanState>) - Method in class org.lsst.ccs.subsystem.power.ui.PowerStatusPanel
Updates the power state.
updatePowerStatus(String) - Method in class org.lsst.ccs.subsystem.power.ui.PowerStatusPanel
Updates the power status

V

validChans - Variable in class org.lsst.ccs.subsystem.power.PduCommonDevice
 
valueOf(String) - Static method in enum org.lsst.ccs.subsystem.power.config.Power.ConnType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.subsystem.power.constants.RebPsEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.subsystem.power.constants.SwitchState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.subsystem.power.RebPsDevice.ChanName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.subsystem.power.RebPsDevice.PsName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.subsystem.power.states.RebPowerState
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.lsst.ccs.subsystem.power.config.Power.ConnType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lsst.ccs.subsystem.power.constants.RebPsEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lsst.ccs.subsystem.power.constants.SwitchState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lsst.ccs.subsystem.power.RebPsDevice.ChanName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lsst.ccs.subsystem.power.RebPsDevice.PsName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lsst.ccs.subsystem.power.states.RebPowerState
Returns an array containing the constants of this enum type, in the order they are declared.

W

waitPowerOff(int) - Method in class org.lsst.ccs.subsystem.power.PowerDevice
Waits for power-off to complete.
waitPowerOn(int) - Method in class org.lsst.ccs.subsystem.power.PowerDevice
Waits for power-on to complete.
writeCurrent(double, int) - Method in class org.lsst.ccs.subsystem.power.BK9130Device
Writes the current to the hardware.
writeCurrent(double, int) - Method in class org.lsst.ccs.subsystem.power.PowerDevice
Writes the current to the hardware.
writeCurrentGroup() - Method in class org.lsst.ccs.subsystem.power.BK9130Device
Writes all the currents to the hardware.
writeCurrentGroup() - Method in class org.lsst.ccs.subsystem.power.PowerDevice
Writes a group of currents to the hardware.
writeOffDelay(double, int) - Method in class org.lsst.ccs.subsystem.power.PowerDevice
Writes the power-off delay to the hardware.
writeOffDelayGroup() - Method in class org.lsst.ccs.subsystem.power.PowerDevice
Writes a group of power-off delays to the hardware.
writeOnDelay(double, int) - Method in class org.lsst.ccs.subsystem.power.PowerDevice
Writes the power-on delay to the hardware.
writeOnDelayGroup() - Method in class org.lsst.ccs.subsystem.power.PowerDevice
Writes a group of power-on delays to the hardware.
writeOutput(boolean, int) - Method in class org.lsst.ccs.subsystem.power.BK9130Device
Writes the power output state to the hardware.
writeOutput(boolean, int) - Method in class org.lsst.ccs.subsystem.power.PowerDevice
Writes the power output state to the hardware.
writeOutputGroup() - Method in class org.lsst.ccs.subsystem.power.BK9130Device
Writes all the output states to the hardware.
writeOutputGroup() - Method in class org.lsst.ccs.subsystem.power.PowerDevice
Writes a group of power output states to the hardware.
writeVoltage(double, int) - Method in class org.lsst.ccs.subsystem.power.BK9130Device
Writes the voltage to the hardware.
writeVoltage(double, int) - Method in class org.lsst.ccs.subsystem.power.PowerDevice
Writes the voltage to the hardware.
writeVoltageGroup() - Method in class org.lsst.ccs.subsystem.power.BK9130Device
Writes all the voltages to the hardware.
writeVoltageGroup() - Method in class org.lsst.ccs.subsystem.power.PowerDevice
Writes a group of voltages to the hardware.
A B C D E F G H I K M N O P Q R S T U V W 
Skip navigation links

Copyright © 2018 LSST. All rights reserved.