pytuflow.TCFRunState.ecf

pytuflow.TCFRunState.ecf#

TCFRunState.ecf()#

Returns the model’s ECF ControlFileRunState instance.

Returns:

The ECF ControlFileRunState instance.

Return type:

ControlFileRunState

Raises:

KeyError – If the ESTRY Control File is not found in the control file.

Example

>>> tcf = ... # assuming is an instance of TCF
>>> ecf = tcf.context().ecf()