skip_import_if_exists#

property ConfigurationsOptions.skip_import_if_exists[source]#

Define if the existing boundaries or properties will be updated or not. Default is True.

Returns:
bool

Examples

>>> from pyaedt import Hfss
>>> hfss = Hfss()
>>> hfss.configurations.options.skip_import_if_exists = False  # Disable the update of existing properties