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, Path

Full path to configuration file to create.

standardint

Index 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")