saveAnalysis#
- pyCGM2.Utils.files.saveAnalysis(analysisInstance: Analysis, path: str, FilenameNoExt: str)#
- Save a pyCGM2 analysis instance to a file. - Parameters:
- analysisInstance (Analysis) – The pyCGM2 analysis instance to be saved. 
- path (str) – The directory path to save the analysis file. 
- FilenameNoExt (str) – The base filename to use for saving the analysis. 
 
 
