export_com_configure_file# SpiSim.export_com_configure_file(file_path: str, standard: int = 1) → bool# Generate a configuration file for SpiSim. Parameters: file_pathstr, PathFull path to configuration file to create. standardintIndex of the standard. Returns: bool Examples >>> from ansys.aedt.core.visualization.post.spisim import SpiSim >>> obj = SpiSim() >>> obj.export_com_configure_file(file_path="example.cfg")