isType#
- pyCGM2.QTM.qtmTools.isType(measurement: BeautifulSoup, type: str)#
Checks the type of measurement section.
- Parameters:
measurement (BeautifulSoup) – A measurement section of the session.xml file.
type (str) – The type to check against.
- Returns:
bool – True if the measurement type matches, else False.