Package dics :: Module dics :: Class instrument
[hide private]
[frames] | no frames]

Class instrument
source code

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.

Instance Methods [hide private]
  __init__(self)
Parse the config file dics.ini and create the required instances of subsystem objects.
  __del__(self)
Several types of subsystems need to store status/config information in the dics.ini file when the program is shut down.
  __create(self, klass)
Creates all instances of the class passed as an argument that are specified in the ConfigParser.SafeConfigParser object self.config.
  gui(self)

Method Details [hide private]

__init__(self)
(Constructor)

source code 
Parse the config file dics.ini and create the required instances of subsystem objects.

__del__(self)
(Destructor)

source code 
Several types of subsystems need to store status/config information in the dics.ini file when the program is shut down.

__create(self, klass)

source code 
Creates all instances of the class passed as an argument that are specified in the ConfigParser.SafeConfigParser object self.config.

gui(self)

source code