pyleecan.Methods.Output.Output.getter.get_path_result module¶
- get_path_result(self)[source]¶
Return the path to the result folder. If there is a name for the simulation, the path leads to a sub-folder of ‘Results’ folder which has the same name. If this sub-folder does not exist, it creates it.
- Parameters:
self (Output) – an Output object
- Returns:
res_path – path to the result folder
- Return type:
str