table_data#
- property Terminator.table_data: list[tuple]#
Parametric VSWR Table. Table consists of 3 columns. Min:
Value should be between 1 and 100e9.
- Max:
Value should be between 1 and 100e9.
- VSWR:
Value should be between 1 and 100.
Examples
>>> from ansys.aedt.core import Emit >>> app = Emit() >>> term = app.schematic.create_component("Terminator") >>> term.table_data = [(2, 25.0)]