import "SctTestApi.idl";
Public Member Functions | |
| void | setDataFile (in string file) raises (NoSuchFileException) |
| Set the data file used to access the old data. | |
| 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 (in long time) |
| Set the time for a standard scan on 1 module in seconds. | |
| long | getScanTime () |
| Get the scan time for a standard scan on 1 module in seconds. | |
| void | setMultiDspEfficiency (in 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 (in long time) |
| Set the time taken to readout the scan from the ROD. | |
| long | getReadoutTime () |
| Get the readout time. | |
Data Fields | |
| const string | instanceName |
Definition at line 12 of file SctTestApi.idl.
|
|
Get the data file currently in use.
|
|
|
Get the multi DSP efficiency.
|
|
|
Get the readout time.
|
|
|
Get the scan time for a standard scan on 1 module in seconds.
|
|
|
Set the data file used to access the old data.
|
|
|
Set the parameters for fast (but feasible) times.
|
|
|
Set the multi DSP efficiency. Assuming multiple DSPs are used, scanning 4 modules takes scanTime/efficiency seconds.
|
|
|
Set the time taken to readout the scan from the ROD.
|
|
|
Set the parameters for current times.
|
|
|
Set the time for a standard scan on 1 module in seconds.
|
|
|
Definition at line 13 of file SctTestApi.idl. |
1.4.6