process_steps#

property FrequencySweepProfile.process_steps: list[str] | None#

Names of nested process steps, if any.

Returns:
list of str or None

Examples

>>> from ansys.aedt.core.modules.profile import ProfileStep
>>> obj = ProfileStep()
>>> obj.process_steps