00001 package SctTestApi;
00002
00003
00017 public interface HighLevelApiOperations extends ipc.freeableOperations
00018 {
00019
00021 void setDataFile (String file) throws SctTestApi.NoSuchFileException;
00022
00024 String getDataFile ();
00025
00027 void setXmlSummaryFile (String file) throws SctTestApi.NoSuchFileException;
00028
00030 String getXmlSummaryFile ();
00031
00035 void setModuleSerial (String serial) throws SctTestApi.NoSuchModuleException;
00036
00038 String getModuleSerial ();
00039 void fullBypass () throws SctTestApi.NoDataException;
00040 void timeWalk () throws SctTestApi.NoDataException;
00041 void strobeDelay () throws SctTestApi.NoDataException;
00042 void threePointGain () throws SctTestApi.NoDataException;
00043 void responseCurve () throws SctTestApi.NoDataException;
00044 void noiseOccupancy () throws SctTestApi.NoDataException;
00045 void trim () throws SctTestApi.NoDataException;
00046 void pipeline () throws SctTestApi.NoDataException;
00047 }