pybtls.output.read.time_history.read_TH#
- read_TH(file_path, no_lines=None, start_line=1)[source]#
Read the time history data from pybtls results.
Warning: This could blow up the computer memory.
Do set a no_lines to partially read the data.
This output file has a header.
- Parameters:
file_path (
Path) – The path to the time history data file.no_lines (
int) –The number of data lines to read from the file.
If not specified, all lines will be read.
start_line (
int) –Default is 1.
The line to start reading data from.
- Returns:
The time history data.
- Return type:
DataFrame