filename#

property Isolator.filename: str#

Name of file defining the outboard component.

Value should be a full file path.

Examples

>>> from ansys.aedt.core import Emit
>>> app = Emit()
>>> iso = app.schematic.create_component("Isolator")
>>> iso.isolator_type = Isolator.IsolatorTypeOption.BY_FILE
>>> iso.filename = "example_value"