TransientProfile#

class ansys.aedt.core.modules.profile.TransientProfile(data)#

Profile data for a transient solution.

Parameters:
dataclass:ansys.aedt.core.modeler.cad.elements_3d.BinaryTreeNode
Node representing the *Transient Solution Group*.

Methods

TransientProfile.table([columns])

Return a summary of profile step metrics.

TransientProfile.time_step_keys(max_time)

Return time-step labels up to a limit.

Attributes

TransientProfile.cpu_time

CPU time for this step.

TransientProfile.max_memory

Maximum memory over this step and all descendants.

TransientProfile.max_time

Largest time step in seconds, if any.

TransientProfile.process_steps

Names of nested process steps, if any.

TransientProfile.real_time

Real time for this step.

TransientProfile.time_steps