|  | 
|  | project_settings | 
|  | 
|  | measuring_unit_settings | 
|  | 
|  | calibration_settings | 
|  | 
|  | depth_profile_settings | 
|  | 
Settings class to handle settings of project and measurement.
 
      
        
          | def Modules.Settings.Settings.__init__ | ( |  | self, | 
        
          |  |  |  | directory = None, | 
        
          |  |  |  | project_settings = None | 
        
          |  | ) |  |  | 
      
 
Inits Settings class.
Args:
    directory: String representing directory for settings.
    project_settings: Settings class object of project.
 
 
 
      
        
          | def Modules.Settings.Settings.get_measurement_settings | ( |  | self | ) |  | 
      
 
Get the measurement specific settings.
Get currently used settings by measurement. If measurement uses project
settings (by default), it will return project's settings instead.
Returns:
    Settings object that has all the references to settings that a 
    measurement uses.
 
 
 
The documentation for this class was generated from the following file:
- C:/MyTemp/ibasoft/ibasoft/Modules/Settings.py