use_envelope#

property Waveform.use_envelope: bool#

Model the waveform as a worst case envelope.

Value should be ‘true’ or ‘false’.

Examples

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