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