GenericCommand Last update: 14.01.2025 class Ansys.ACT.Automation.Mechanical.FE.CDB.GenericCommand Bases: object Represents a generic command. Overview Properties Name Description Arguments Gets the arguments. Index Gets the command index. Name Gets the command name. Property detail property GenericCommand.Arguments : tuple[str] | None Gets the arguments. property GenericCommand.Index : int | None Gets the command index. property GenericCommand.Name : str | None Gets the command name.