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.PathFull path and name for the TAB file. Returns: listTAB file content.