read_component_file# ansys.aedt.core.generic.file_utils.read_component_file(input_file: str | Path) → dict# Read the component file and extract variables. Parameters: input_filestr or pathlib.PathPath to the component file. Returns: dictDictionary of variables in the component file.