Inheritance diagram for SctTestApi.HighLevelApiOperations:
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 | setXmlSummaryFile (String file) throws SctTestApi.NoSuchFileException |
Set the xml summary file - a file of serial number xml path pairs. | |
String | getXmlSummaryFile () |
Get the xml summary file. | |
void | setModuleSerial (String serial) throws SctTestApi.NoSuchModuleException |
Sets the module serial number for the data produced. | |
String | getModuleSerial () |
Get the serial number of the module providing the data currently. | |
void | fullBypass () throws SctTestApi.NoDataException |
void | timeWalk () throws SctTestApi.NoDataException |
void | strobeDelay () throws SctTestApi.NoDataException |
void | threePointGain () throws SctTestApi.NoDataException |
void | responseCurve () throws SctTestApi.NoDataException |
void | noiseOccupancy () throws SctTestApi.NoDataException |
void | trim () throws SctTestApi.NoDataException |
void | pipeline () throws SctTestApi.NoDataException |
Instead of the data going through SctApi and the CalibrationController mechanisms, it is published directly based on what is wanted. Useful for testing algorithms. Note that it maintains its own configuration, even though 1 thing is the same as in the Configuration.
Definition at line 17 of file HighLevelApiOperations.java.
|
Sets the module serial number for the data produced. Must be one of the modules listed in the XmlSummaryFile. Implemented in SctTestApi._HighLevelApiStub. |