min_ptsnull#

property Waveform.min_ptsnull: int#

Minimum number of points to use between each null frequency.

Value should be between 2 and 50.

Examples

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