endf.ace.get_table# endf.ace.get_table(filename, name=None)[source]# Read a single table from an ACE file Parameters: filename (str) – Path of the ACE library to load table from name (str, optional) – Name of table to load, e.g. ‘92235.71c’ Returns: endf.ace.Table – ACE table with specified name. If no name is specified, the first table in the file is returned.