| Package | Description |
|---|---|
| org.lsst.ccs.subsystem.power | |
| org.lsst.ccs.subsystem.power.constants |
| Modifier and Type | Method and Description |
|---|---|
void |
RebPower.setNamedPowerOn(int reb,
RebPsEnum psEnum,
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.
|
| Modifier and Type | Method and Description |
|---|---|
static RebPsEnum |
RebPsEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RebPsEnum[] |
RebPsEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2024 LSST. All rights reserved.