LocalCommand# class ansys.mechanical.stubs.v252.Ansys.ACT.Automation.Mechanical.FE.CDB.LocalCommand# Bases: object Represents a LOCAL command. Overview# Properties Cstyp Gets the system type. Index Gets the command index. Name Gets the command name. Ncsy Gets the system number. ToCdbCommandString Gets the command text formatted as a CDB file entry. Type Gets the type of the data to be defined. Values Gets the values. Property detail# property LocalCommand.Cstyp: int | None# Gets the system type. property LocalCommand.Index: int | None# Gets the command index. property LocalCommand.Name: str | None# Gets the command name. property LocalCommand.Ncsy: int | None# Gets the system number. property LocalCommand.ToCdbCommandString: Ansys.ACT.Automation.Mechanical.FE.CDB.CdbCommandFormatAndParameter | None# Gets the command text formatted as a CDB file entry. Gets the command parameters formatted as a string. property LocalCommand.Type: str | None# Gets the type of the data to be defined. property LocalCommand.Values: tuple[float] | None# Gets the values.