pytuflow.TEF.event_database#
- TEF.event_database()#
Returns the EventDatabase for this TEF instance.
- Returns:
An instance of EventDatabase containing parsed events from the TEF file.
- Return type:
EventDatabase
Examples
>>> tcf = ... # Assume this is an instance of TCF >>> tcf.tef().event_database() {'Q100': {'_event_': '100yr2hr'}, 'QPMF': {'_event_': 'PMFyr2hr'}}