sevnpy.io.logcolumns_info
- sevnpy.io.logreader.logcolumns_info(event: str, show_description: bool = False) Dict[int, str] | Dict[int, Tuple[str, str]][source]
Return the info about the values stored in a given event
- Parameters:
event – Name of the event
show_description – If True show also the description of that column, if False only the data type
- Returns:
logcolum_info – a dictionary containg the pair property_name:type of property_name:(type,description) if show_description is True
- Return type:
Dictionary
- Raises:
KeyError: – If the event in input is not present in the available event list