get_modelled_trials#
- pyCGM2.QTM.qtmTools.get_modelled_trials(session_xml, measurement_type)#
(Obsolete) Returns modelled trials of a specified type from the session XML.
- Parameters:
session_xml (BeautifulSoup) – The parsed session XML.
measurement_type (str) – The measurement type to filter by.
- Returns:
List[str] – List of filenames for modelled trials of the specified type.