public class Stats extends Object implements AutoCloseable
| Modifier and Type | Class and Description |
|---|---|
static class |
Stats.Clear
Enumerate choices for clearing data after reading it or not
|
| Constructor and Description |
|---|
Stats(String partition)
Connect to DAQ Statistics clients
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Detaches DAQ clients
|
DAQDriverStats |
getDAQDriverStats(org.lsst.ccs.utilities.location.Location location,
Stats.Clear clear)
Get DAQ Driver Statistics for specified Location
|
DAQFirmwareStats |
getDAQFirmwareStats(org.lsst.ccs.utilities.location.Location location,
Stats.Clear clear)
Get DAQ Firmware Statistics for specified Location
|
DAQRdsStats |
getDAQRdsStats(org.lsst.ccs.utilities.location.Location location,
Stats.Clear clear)
Get DAQ Rds Statistics for specified Location
|
DAQRmsStats |
getDAQRmsStats(org.lsst.ccs.utilities.location.Location location,
Stats.Clear clear)
Get DAQ Rms Statistics for specified Location
|
public Stats(String partition) throws DAQException
partition - The name of the partitionDAQException - If the partition does not exist, or something else
goes wrongpublic void close()
throws DAQException
close in interface AutoCloseableDAQExceptionpublic DAQRmsStats getDAQRmsStats(org.lsst.ccs.utilities.location.Location location, Stats.Clear clear) throws DAQException
location - The location requested (25 rafts times 3 REB)clear - Specify whether to clear data aftef reading itDAQExceptionpublic DAQRdsStats getDAQRdsStats(org.lsst.ccs.utilities.location.Location location, Stats.Clear clear) throws DAQException
location - The location requested (25 rafts times 3 REB)clear - Specify whether to clear data aftef reading itDAQExceptionpublic DAQDriverStats getDAQDriverStats(org.lsst.ccs.utilities.location.Location location, Stats.Clear clear) throws DAQException
location - The location requested (25 rafts times 3 REB)clear - Specify whether to clear data aftef reading itDAQExceptionpublic DAQFirmwareStats getDAQFirmwareStats(org.lsst.ccs.utilities.location.Location location, Stats.Clear clear) throws DAQException
location - The location requested (25 rafts times 3 REB)clear - Specify whether to clear data aftef reading itDAQExceptionCopyright © 2021 LSST. All rights reserved.