filename#
- property Circulator.filename: str#
Name of file defining the Isolator/Circulator.
Value should be a full file path.
Examples
>>> from ansys.aedt.core import Emit >>> app = Emit() >>> circ = app.schematic.create_component("Circulator") >>> circ.circulator_type = Circulator.CirculatorTypeOption.BY_FILE >>> circ.filename = "example_value"