EBlockCommand Last update: 14.01.2025 class Ansys.ACT.Automation.Mechanical.FE.CDB.EBlockCommand Bases: object Represents an EBLOCK command. Overview Properties Name Description Elements Gets the elements. Index Gets the command index. Name Gets the command name. Property detail property EBlockCommand.Elements : tuple[Ansys.ACT.Automation.Mechanical.FE.CDB.CommandElement] | None Gets the elements. property EBlockCommand.Index : int | None Gets the command index. property EBlockCommand.Name : str | None Gets the command name.