public class TestStats extends Object
| Constructor and Description |
|---|
TestStats()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
clearAllDriver(String location)
Print and Clear all DAQ Driver statistics data for specified Location
Like readAllDriver, but clears data after reading
|
String |
clearAllFirmware(String location)
Print and Clear all DAQ Firmware statistics data for specified Location
Like readAllFirmware, but clears data after reading
|
String |
clearAllRds(String location)
Print and Clear all DAQ Rds statistics data for specified Location
Like readAllRds, but clears data after reading
|
String |
clearAllRms(String location)
Print and Clear all DAQ Rms statistics data for specified Location
Like readAllRms, but clears data after reading
|
String |
clearAllStats(String location)
Print then clear all four sets of statisics for specified location
|
void |
close()
Closes connection
|
void |
connect(String partition)
Opens connection to DAQ partition
|
String |
readAllDriver(String location)
Print all DAQ Driver statistics data for specified Location
Reads all DAQDriverStatistics values and return them in table format.
|
String |
readAllFirmware(String location)
Print all DAQ Firmware statistics data for specified Location
Reads all DAQFirmwareStatistics values and return them in table format.
|
String |
readAllRds(String location)
Print all DAQ Rds statistics data for specified Location
Reads all DAQRdsStatistics values and return them in table format.
|
String |
readAllRms(String location)
Print all DAQ Rms statistics data for specified Location
Reads all DAQRmsStatistics values and return them in table format.
|
String |
readAllStats(String location)
Print all four sets of statisics for specified location
|
String |
readDriverStat(String location,
String quantity)
Read specified entry in DAQ Driver Stats for specified location
|
String |
readFirmwareStat(String location,
String quantity)
Read specified entry in DAQ Firmware Stats for specified location
|
String |
readRdsStat(String location,
String quantity)
Read specified entry in DAQ Rds Stats for specified location
|
String |
readRmsStat(String location,
String quantity)
Read specified entry in DAQ Rms Stats for specified location
|
String |
timestamp()
Determines current time
|
@Command(name="timestamp",
description="Prints current time")
public String timestamp()
@Command(name="connect",
description="Open connection to DAQ partition")
public void connect(@Argument(name="partition",description="DAQ partition")
String partition)
throws DAQException
partition - Name of DAQ partitionDAQException@Command(name="close",
description="Closes connection to DAQ partition")
public void close()
throws DAQException
DAQException@Command(name="readAllStats",
description="Read all sets of DAQ stats")
public String readAllStats(@Argument(name="location",description="readout board in format R<nn>Reb<m>")
String location)
throws DAQException
location - Location in raft/board format, "RDAQException@Command(name="clearAllStats",
description="Read and clear all sets of DAQ stats")
public String clearAllStats(@Argument(name="location",description="clearout board in format R<nn>Reb<m>")
String location)
throws DAQException
location - Location in raft/board format, "RDAQException@Command(name="readAllRms",
description="Read all DAQ Rms stats")
public String readAllRms(@Argument(name="location",description="readout board in format R<nn>Reb<m>")
String location)
throws DAQException
location - Location in raft/board format, "RDAQException@Command(name="readAllRds",
description="Read all DAQ Rds stats")
public String readAllRds(@Argument(name="location",description="readout board in format R<nn>Reb<m>")
String location)
throws DAQException
location - Location in raft/board format, "RDAQException@Command(name="readAllDriver",
description="Read all DAQ Driver stats")
public String readAllDriver(@Argument(name="location",description="readout board in format R<nn>Reb<m>")
String location)
throws DAQException
location - Location in raft/board format, "RDAQException@Command(name="readAllFirmware",
description="Read all DAQ Firmware stats")
public String readAllFirmware(@Argument(name="location",description="readout board in format R<nn>Reb<m>")
String location)
throws DAQException
location - Location in raft/board format, "RDAQException@Command(name="clearAllRms",
description="Read and clear DAQ Rms stats")
public String clearAllRms(@Argument(name="location",description="readout board in format R<nn>Reb<m>")
String location)
throws DAQException
location - Location in raft/board format, "RDAQException@Command(name="clearAllRds",
description="Read and clear DAQ Rds stats")
public String clearAllRds(@Argument(name="location",description="readout board in format R<nn>Reb<m>")
String location)
throws DAQException
location - Location in raft/board format, "RDAQException@Command(name="clearAllDriver",
description="Read and clear DAQ Driver stats")
public String clearAllDriver(@Argument(name="location",description="readout board in format R<nn>Reb<m>")
String location)
throws DAQException
location - Location in raft/board format, "RDAQException@Command(name="clearAllFirmware",
description="Read and clear DAQ Firmware stats")
public String clearAllFirmware(@Argument(name="location",description="readout board in format R<nn>Reb<m>")
String location)
throws DAQException
location - Location in raft/board format, "RDAQException@Command(name="readRmsStat",
description="read specified DAQ Rms statistic for specified locaation")
public String readRmsStat(@Argument(name="location",description="readout board in format R<nn>Reb<m>")
String location,
@Argument(name="statistic name")
String quantity)
throws DAQException
location - Location in raft/board format, "Rname - Name of requested quantityDAQException@Command(name="readRdsStat",
description="read specified DAQ Rds statistic for specified locaation")
public String readRdsStat(@Argument(name="location",description="readout board in format R<nn>Reb<m>")
String location,
@Argument(name="statistic name")
String quantity)
throws DAQException
location - Location in raft/board format, "Rname - Name of requested quantityDAQException@Command(name="readDriverStat",
description="read specified DAQ Driver statistic for specified locaation")
public String readDriverStat(@Argument(name="location",description="readout board in format R<nn>Reb<m>")
String location,
@Argument(name="statistic name")
String quantity)
throws DAQException
location - Location in raft/board format, "Rname - Name of requested quantityDAQException@Command(name="readFirmwareStat",
description="read specified DAQ Firmware statistic for specified locaation")
public String readFirmwareStat(@Argument(name="location",description="readout board in format R<nn>Reb<m>")
String location,
@Argument(name="statistic name")
String quantity)
throws DAQException
location - Location in raft/board format, "Rname - Name of requested quantityDAQExceptionCopyright © 2020 LSST. All rights reserved.