FrequencySweepProfile#

class ansys.aedt.core.modules.profile.FrequencySweepProfile(data, sweep_name=None)#

Profile data for a frequency sweep.

Parameters:
dataclass:ansys.aedt.core.modeler.cad.elements_3d.BinaryTreeNode
sweep_namestr, optional

Methods

FrequencySweepProfile.keys()

Frequency strings for quick iteration.

FrequencySweepProfile.table([columns])

Return a summary of profile step metrics.

Attributes

FrequencySweepProfile.cpu_time

CPU time for this step.

FrequencySweepProfile.frequencies

Frequencies extracted from child groups or summary.

FrequencySweepProfile.max_memory

Maximum memory over this step and all descendants.

FrequencySweepProfile.process_steps

Names of nested process steps, if any.

FrequencySweepProfile.real_time

Real time for this step.