read_tab#

ansys.aedt.core.generic.file_utils.read_tab(input_file: str | Path) list#

Read information from a TAB file and return a list.

Parameters:
input_filestr or pathlib.Path

Full path and name for the TAB file.

Returns:
list

TAB file content.