| 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.
|
int |
BiasControl.getBiasDacsPowerState(List<REBDevice.AdcData> dataList,
StringBuilder fcause)
Checks that Bias Dacs are within tolerance of zero (eg.
|
int |
DacControl.getClockDacsPowerState(List<REBDevice.AdcData> dataList,
StringBuilder fcause)
Checks that 6 clock Dacs are within tolerance of zero (eg.
|
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.