Inheritance diagram for SctTestApi.ConfigurationOperations:
Public Member Functions | |
void | setDataFile (String file) throws SctTestApi.NoSuchFileException |
Set the data file used to access the old data. | |
Package Functions | |
String | getDataFile () |
Get the data file currently in use. | |
void | setFastTimes () |
Set the parameters for fast (but feasible) times. | |
void | setRealisticTimes () |
Set the parameters for current times. | |
void | setScanTime (int time) |
Set the time for a standard scan on 1 module in seconds. | |
int | getScanTime () |
Get the scan time for a standard scan on 1 module in seconds. | |
void | setMultiDspEfficiency (double efficiency) |
Set the multi DSP efficiency. Assuming multiple DSPs are used, scanning 4 modules takes scanTime/efficiency seconds. | |
double | getMultiDspEfficiency () |
Get the multi DSP efficiency. | |
void | setReadoutTime (int time) |
Set the time taken to readout the scan from the ROD. | |
int | getReadoutTime () |
Get the readout time. |
Definition at line 15 of file SCTTestAPI/SctTestApi/ConfigurationOperations.java.