.. vale off :class:`Command` ================ .. py:class:: ansys.mechanical.stubs.Ansys.ACT.Automation.Mechanical.FE.Command Bases: :py:obj:`object` Base class for all Commands. .. !! processed by numpydoc !! .. py:currentmodule:: Command Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~Index` - Gets the command index. * - :py:attr:`~Name` - Gets the command name. Property detail --------------- .. py:property:: Index :type: Optional[int] Gets the command index. .. !! processed by numpydoc !! .. py:property:: Name :type: Optional[str] Gets the command name. .. !! processed by numpydoc !! .. vale on