pybtls.output.Read.fatigue_events.read_FE#
- read_FE(file_path, no_lines=None, start_line=1)[source]#
Read the fatigue events data from pybtls results.
This output file does not have a header.
- Parameters:
file_path (Path) – The path to the fatigue events data file.
no_lines (int, optional) –
The number of data lines to read from the file.
If not specified, all lines will be read.
start_line (int, optional) –
Default is 1.
The line to start reading data from.
- Returns:
The fatigue events data.
- Return type:
pd.DataFrame