max_frequency#
- property Waveform.max_frequency: float#
Frequency cutoff of the imported time domain spectrum.
Value should be between 1.0 and 100.0e9.
Examples
>>> from ansys.aedt.core import Emit >>> app = Emit() >>> emit, _ = app.schematic.create_radio_antenna("Bluetooth") >>> wf = emit.get_waveforms()[0] >>> wf.max_frequency = 10.0e9