| Package | Description |
|---|---|
| org.lsst.ccs.subsystem.rafts |
| Modifier and Type | Method and Description |
|---|---|
void |
DacControl.clear(int wait,
List<REBDevice.AdcData> dataList)
Clears (zeroes) all DAC values on the REB.
|
void |
DacControl.clear(List<REBDevice.AdcData> dataList)
Clears (zeroes) all DAC values on the REB.
|
void |
REBDevice.clearBiasDacs(List<REBDevice.AdcData> adcDataList)
Clears bias DAC values.
|
void |
REBDevice.clearDacs(List<REBDevice.AdcData> adcDataList)
Clears DAC values.
|
int |
DacControl.loadChanged(boolean check,
List<REBDevice.AdcData> dataList)
Loads changed configured DAC values onto the REB.
|
int |
DacControl.loadChanged(int wait,
boolean check,
List<REBDevice.AdcData> dataList)
Loads changed configured DAC values onto the REB.
|
int |
DacControl.loadConfig(boolean check,
List<REBDevice.AdcData> dataList)
Loads configured DAC values onto the REB.
|
int |
DacControl.loadConfig(int wait,
boolean check,
List<REBDevice.AdcData> dataList)
Loads configured DAC values onto the REB.
|
void |
REBDevice.readAllAdcs(List<REBDevice.AdcData> dataList)
Reads all the ADCs and adds them to data list.
|
double[] |
REBDevice.readPowerAdcs(List<REBDevice.AdcData> dataList)
Reads the board power ADCs and adds them to data list.
|
double[] |
REBDevice.readSlowAdcs(List<REBDevice.AdcData> dataList)
Reads the clock and bias voltage slow ADCs and adds them to data list.
|
boolean |
BiasControl.testShorts(List<REBDevice.AdcData> dataList,
StringBuilder fcause)
Tests for biases shorts.
|
boolean |
DacControl.testShorts(List<REBDevice.AdcData> dataList,
StringBuilder fcause)
Tests for clock lines shorts.
|
Copyright © 2019 LSST. All rights reserved.