filename#

property Terminator.filename: str#

Name of file defining the Terminator.

Value should be a full file path.

Examples

>>> from ansys.aedt.core import Emit
>>> app = Emit()
>>> term = app.schematic.create_component("Terminator")
>>> term.terminator_type = Terminator.TerminatorTypeOption.BY_FILE
>>> term.filename = "example_value"