pytuflow.TCFRunState.ecf#
- TCFRunState.ecf()#
Returns the model’s ECF ControlFileRunState instance.
- Returns:
The ECF ControlFileRunState instance.
- Return type:
- 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()