My Project
Public Member Functions | Public Attributes | List of all members
helpFunctions.LoadFile Class Reference

Public Member Functions

def __init__ (self)
 
def set_results_path (self, results_path)
 
def set_numeric_method (self, numeric_method)
 
def load_file (self, filename)
 
def load_simulation_output (self, yaml_parameters, run_name, output_name, use_shared_names=True)
 
def get_simulation_path (self, run_name="")
 
def check_if_yaml_has_been_loaded (self)
 
def load_yaml_parameters (self, run_name)
 
def loadYaml (self, run_name, file_name)
 
def get_parameter (self, run_parameters, parameter_name)
 
def get_debug_parameter (self, run_parameters, debug_parameter_name)
 
def get_start_end_speed (self, parameters)
 
def check_if_file_exist_in_run_folder (self, run_name, file_name="")
 
def save_csv (self, run_name, file_name, array_or_matrix)
 

Public Attributes

 loadedYaml
 
 results_path
 
 numeric_method
 

Detailed Description

Definition at line 15 of file helpFunctions.py.

Constructor & Destructor Documentation

◆ __init__()

def helpFunctions.LoadFile.__init__ (   self)

Definition at line 18 of file helpFunctions.py.

Member Function Documentation

◆ check_if_file_exist_in_run_folder()

def helpFunctions.LoadFile.check_if_file_exist_in_run_folder (   self,
  run_name,
  file_name = "" 
)

Definition at line 120 of file helpFunctions.py.

Here is the call graph for this function:

◆ check_if_yaml_has_been_loaded()

def helpFunctions.LoadFile.check_if_yaml_has_been_loaded (   self)

Definition at line 71 of file helpFunctions.py.

Here is the call graph for this function:

◆ get_debug_parameter()

def helpFunctions.LoadFile.get_debug_parameter (   self,
  run_parameters,
  debug_parameter_name 
)

Definition at line 105 of file helpFunctions.py.

Here is the call graph for this function:

◆ get_parameter()

def helpFunctions.LoadFile.get_parameter (   self,
  run_parameters,
  parameter_name 
)

Definition at line 98 of file helpFunctions.py.

Here is the call graph for this function:

◆ get_simulation_path()

def helpFunctions.LoadFile.get_simulation_path (   self,
  run_name = "" 
)

Definition at line 66 of file helpFunctions.py.

Here is the call graph for this function:

◆ get_start_end_speed()

def helpFunctions.LoadFile.get_start_end_speed (   self,
  parameters 
)

Definition at line 111 of file helpFunctions.py.

Here is the call graph for this function:

◆ load_file()

def helpFunctions.LoadFile.load_file (   self,
  filename 
)

Definition at line 38 of file helpFunctions.py.

Here is the call graph for this function:

◆ load_simulation_output()

def helpFunctions.LoadFile.load_simulation_output (   self,
  yaml_parameters,
  run_name,
  output_name,
  use_shared_names = True 
)

Definition at line 47 of file helpFunctions.py.

Here is the call graph for this function:

◆ load_yaml_parameters()

def helpFunctions.LoadFile.load_yaml_parameters (   self,
  run_name 
)

Definition at line 80 of file helpFunctions.py.

Here is the call graph for this function:

◆ loadYaml()

def helpFunctions.LoadFile.loadYaml (   self,
  run_name,
  file_name 
)

Definition at line 90 of file helpFunctions.py.

Here is the call graph for this function:

◆ save_csv()

def helpFunctions.LoadFile.save_csv (   self,
  run_name,
  file_name,
  array_or_matrix 
)

Definition at line 131 of file helpFunctions.py.

◆ set_numeric_method()

def helpFunctions.LoadFile.set_numeric_method (   self,
  numeric_method 
)

Definition at line 32 of file helpFunctions.py.

Here is the call graph for this function:

◆ set_results_path()

def helpFunctions.LoadFile.set_results_path (   self,
  results_path 
)

Definition at line 26 of file helpFunctions.py.

Here is the call graph for this function:

Member Data Documentation

◆ loadedYaml

helpFunctions.LoadFile.loadedYaml

Definition at line 19 of file helpFunctions.py.

◆ numeric_method

helpFunctions.LoadFile.numeric_method

Definition at line 21 of file helpFunctions.py.

◆ results_path

helpFunctions.LoadFile.results_path

Definition at line 20 of file helpFunctions.py.


The documentation for this class was generated from the following file: