COMParameters#

class ansys.aedt.core.visualization.post.spisim_com_configuration_files.com_parameters.COMParameters(standard)[source]#

Base class to manage COM parameters.

Methods

COMParameters.export(file_path)

Export COM parameter to a JSON file.

COMParameters.export_spisim_cfg(file_path)

Export COM parameter to a SPISim cfg file.

COMParameters.load(file_path)

Load COM parameters from a JSON file.

COMParameters.load_spisim_cfg(file_path)

Load a SPIsim configuration file.

COMParameters.set_parameter(keyword, value)

Set a COM parameter.

Attributes

COMParameters.parameters

All parameters.

COMParameters.standard

Standard name.