
public class REB extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static int |
CLOCK_VOLTAGE_PARALLEL_LOWER |
static int |
CLOCK_VOLTAGE_PARALLEL_UPPER |
static int |
CLOCK_VOLTAGE_RG_LOWER |
static int |
CLOCK_VOLTAGE_RG_UPPER |
static int |
CLOCK_VOLTAGE_SERIAL_LOWER |
static int |
CLOCK_VOLTAGE_SERIAL_UPPER |
| Constructor and Description |
|---|
REB() |
| Modifier and Type | Method and Description |
|---|---|
CABAC[] |
getCabacs() |
int |
getCcdMask() |
double[] |
getClockVoltage() |
int |
getId() |
int |
getMaxCcdMask() |
int[] |
getOsCurrent() |
void |
setCabacs(CABAC[] cabacs) |
void |
setCcdMask(int ccdMask) |
void |
setClockVoltage(double[] clockVoltage) |
void |
setId(int id) |
void |
setMaxCcdMask(int maxCcdMask) |
void |
setOsCurrent(int[] osCurrent) |
public static final int CLOCK_VOLTAGE_RG_UPPER
public static final int CLOCK_VOLTAGE_RG_LOWER
public static final int CLOCK_VOLTAGE_PARALLEL_UPPER
public static final int CLOCK_VOLTAGE_PARALLEL_LOWER
public static final int CLOCK_VOLTAGE_SERIAL_UPPER
public static final int CLOCK_VOLTAGE_SERIAL_LOWER
public int getId()
public void setId(int id)
public int getCcdMask()
public void setCcdMask(int ccdMask)
public int getMaxCcdMask()
public void setMaxCcdMask(int maxCcdMask)
public CABAC[] getCabacs()
public void setCabacs(CABAC[] cabacs)
public int[] getOsCurrent()
public void setOsCurrent(int[] osCurrent)
public double[] getClockVoltage()
public void setClockVoltage(double[] clockVoltage)
Copyright © 2015 LSST. All rights reserved.