filename#
- property PowerDivider.filename: str#
Name of file defining the Power Divider.
Value should be a full file path.
Examples
>>> from ansys.aedt.core import Emit >>> app = Emit() >>> pd = app.schematic.create_component("Power Divider") >>> pd.power_divider_type = PowerDivider.PowerDividerTypeOption.BY_FILE >>> pd.filename = "example_value"