pytuflow.TCFRunState.tpc_path

pytuflow.TCFRunState.tpc_path#

TCFRunState.tpc_path()#

Returns the path to the expected tpc file. Does not check it exists.

Returns:

File path to the tpc file.

Return type:

Path

Examples

>>> tcf = TCF('/path/to/EG15_001.tcf')
>>> tcf.context().tpc_path()
WindowsPath('../results/EG15/plot/EG15_001.tpc')