| Package | Description |
|---|---|
| org.lsst.ccs.subsystem.power |
| Modifier and Type | Method and Description |
|---|---|
protected double[] |
RebPsDevice.getBiasDacs()
Gets the HV bias DAC values.
|
protected double[] |
RebPsDevice.getDphiDacs()
Gets the DPHI DAC values.
|
protected int[] |
EpduG3Device.getState()
Gets the power state data.
|
protected int[] |
RebPsDevice.getState()
Gets the power state data.
|
protected void |
RebPsDevice.sequencePower(boolean on)
Sequences a whole power supply on or off.
|
void |
RebPower.sequencePower(int reb,
boolean on)
Sequences a power supply on or off.
|
protected void |
RebPsDevice.sequencePower(int reb,
boolean on)
Sequences a power supply section on or off.
|
void |
RebPower.setBiasDac(int reb,
double value)
Sets a HV bias DAC value.
|
protected void |
RebPsDevice.setBiasDac(int rebNum,
double value)
Sets a HV bias DAC value.
|
void |
PowerDevice.setConnType(String connType)
Sets the connection type.
|
void |
RebPower.setDphiDac(int reb,
double value)
Sets a DPHI DAC value.
|
protected void |
RebPsDevice.setDphiDac(int rebNum,
double value)
Sets a DPHI DAC value.
|
void |
RebPower.setNamedPowerOn(int reb,
RebPsEnum psEnum,
boolean on)
Turns a power supply on or off.
|
void |
RebPower.setPowerOn(int reb,
int ps,
boolean on)
Turns a power supply on or off.
|
protected void |
EpduG3Device.setPowerOn(int reb,
int psNum,
boolean on)
Turns a power supply on or off.
|
protected void |
RebPsDevice.setPowerOn(int reb,
int psNum,
boolean on)
Turns a power supply on or off.
|
void |
RebPower.toggleNamedPower(int reb,
RebPsEnum psEnum)
Toggles the on/off state of a power supply.
|
void |
RebPower.togglePower(int reb,
int ps)
Toggles the on/off state of a power supply.
|
protected void |
EpduG3Device.togglePower(int reb,
int psNum)
Toggles the on/off state of a power supply.
|
protected void |
RebPsDevice.togglePower(int reb,
int psNum)
Toggles the on/off state of a power supply.
|
Copyright © 2017 LSST. All rights reserved.