pytuflow.TCFRunState.bc_dbase

pytuflow.TCFRunState.bc_dbase#

TCFRunState.bc_dbase()#

Returns the model’s BCDatabaseRunState instance.

Returns:

The BCDatabaseRunState instance.

Return type:

BCDatabaseRunState

Raises:

KeyError – If the bc_dbase is not found in the control file.

Example

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