7.7.2.3. Module axivion.config¶
Functions¶
Returns the instance of the configuration aspect object for "Analysis" |
|
Returns the instance of the configuration aspect object for "Project" |
|
Returns the instance of the configuration aspect object for "Results" |
|
Returns the instance of the configuration aspect object for "Tools" |
get_analysis¶
- config.get_analysis()¶
Returns the instance of the configuration aspect object for “Analysis”
- Return type:
axivion.config.aspects.AnalysisAspect
get_project¶
- config.get_project()¶
Returns the instance of the configuration aspect object for “Project”
- Return type:
axivion.config.aspects.ProjectAspect
get_results¶
- config.get_results()¶
Returns the instance of the configuration aspect object for “Results”
- Return type:
axivion.config.aspects.ResultsAspect
get_tools¶
- config.get_tools()¶
Returns the instance of the configuration aspect object for “Tools”
- Return type:
axivion.config.aspects.ToolsAspect