pytuflow.TCFRunState.tef#
- TCFRunState.tef()#
Returns the model’s TEFRunState instance.
- Returns:
The TEFRunState instance.
- Return type:
- Raises:
KeyError – If the Event File is not found in the control file.
Example
>>> tcf = ... # assuming is an instance of TCF >>> tef = tcf.context().tef()