speed_name#

property Bird.speed_name: str#

Speed variable name.

Returns:
str

Name of the speed variable.

Examples

>>> from ansys.aedt.core.modeler.advanced_cad.multiparts import Actor
>>> actor = Actor(r"C:\temp\actors")
>>> actor.speed_name
'actors_speed'