algorithm#
- property Waveform.algorithm: AlgorithmOption#
Algorithm used to transform the imported time domain spectrum.
Examples
>>> from ansys.aedt.core import Emit >>> app = Emit() >>> emit, _ = app.schematic.create_radio_antenna("Bluetooth") >>> wf = emit.get_waveforms()[0] >>> wf.algorithm = Waveform.AlgorithmOption.FFT