table_names# property Hfss.table_names: list[str]# Imported table names. Returns: list of strList of names of all imported tables in the design. References >>> oModule.GetValidISolutionList Examples >>> from ansys.aedt.core import Hfss >>> hfss = Hfss() >>> hfss.import_table(input_file="table.csv", name="Table1") >>> tables = hfss.table_names