|        |   | 
- instrument
  
 
 
  
class instrument |  
    
|     | 
Class representing the instrument as a whole.  Provides methods 
for the highest level operations and has as members objects 
representing the sub-systems of the instruments.   |  
|   | 
Methods defined here: 
- __del__(self)
 - Several types of subsystems need to store status/config information
 
in the dics.ini file when the program is shut down.  
- __init__(self)
 - Parse the config file dics.ini and create the required instances
 
of subsystem objects.  
- gui(self)
  
 |    |