pytuflow.TCFRunState.tef

pytuflow.TCFRunState.tef#

TCFRunState.tef()#

Returns the model’s TEFRunState instance.

Returns:

The TEFRunState instance.

Return type:

TEFRunState

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()