pytuflow.TCFRunState.tlf_path

pytuflow.TCFRunState.tlf_path#

TCFRunState.tlf_path()#

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

Returns:

File path to the tlf file.

Return type:

Path

Examples

>>> tcf = TCF('/path/to/EG15_001.tcf')
>>> tcf.context().tlf_path()
WindowsPath('./log/EG15_001.tlf')