pytuflow.TCFRunState.tbc

pytuflow.TCFRunState.tbc#

TCFRunState.tbc()#

Returns the model’s TBC ControlFileRunState instance.

Returns:

The TBC ControlFileRunState instance.

Return type:

ControlFileRunState

Raises:

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

Example

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