system_impedance#

property Waveform.system_impedance: float#

System impedance for the imported data.

Value should be between 0.0 and 1.0e6.

Examples

>>> from ansys.aedt.core import Emit
>>> app = Emit()
>>> emit, _ = app.schematic.create_radio_antenna("Bluetooth")
>>> wf = emit.get_waveforms()[0]
>>> wf.system_impedance = 50.0