filename#

property Cable.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()
>>> cable = app.schematic.create_component("Cable")
>>> cable.cable_type = Cable.CableTypeOption.BY_FILE
>>> cable.filename = "example_value"