| Modifier and Type | Method and Description |
|---|---|
static RebPsDevice.ChanName |
RebPsDevice.ChanName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RebPsDevice.ChanName[] |
RebPsDevice.ChanName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
double[] |
RebPower.getChanExtrema(int reb,
RebPsDevice.PsName psName,
RebPsDevice.ChanName chan)
Reads the maximum and minimum values of a channel.
|
double[] |
RebPsDevice.readChanExtrema(int reb,
RebPsDevice.PsName psName,
RebPsDevice.ChanName chan)
Reads extrema for a power supply channel
|
void |
RebPsDevice.resetChanExtrema(int reb,
RebPsDevice.PsName psName,
RebPsDevice.ChanName chan)
Resets extrema for a power supply channel
|
void |
RebPower.resetChanExtrema(int reb,
RebPsDevice.PsName psName,
RebPsDevice.ChanName chan)
Resets the maximum and minimum values of a channel.
|
Copyright © 2019 LSST. All rights reserved.