filename#

property TouchstoneCouplingNode.filename: str#

Name of file with coupling data.

Value should be a full file path.

Examples

>>> from ansys.aedt.core import Emit
>>> app = Emit()
>>> rev = app.results.get_revision()
>>> cpl = rev.get_coupling_data_node()
>>> ts = cpl.import_touchstone("C:\EMIT\link.s2p")
>>> ts.filename = "example_value"