pytuflow.TCFRunState.tpc

pytuflow.TCFRunState.tpc#

TCFRunState.tpc()#

Returns the TPC result from the simulation.

Returns:

The TPC result.

Return type:

TPC

Examples

>>> tcf = TCF('/path/to/EG15_001.tcf')
>>> tpc = tcf.context().tpc()
>>> tpc.ids()
['FC01.1_R.1',
 'FC01.1_R.2',
 'FC01.2_R.1',
 ...
 'Pipe8',
 'Pipe9']