Main Page | Packages | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

HighLevelApiOperations.java

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 } // interface HighLevelApiOperations

Generated on Thu Jul 15 09:55:43 2004 for SCT DAQ/DCS Software - Java by doxygen 1.3.5