LocalCommand# class ansys.mechanical.stubs.v242.Ansys.ACT.Automation.Mechanical.FE.CDB.LocalCommand(iLocalCommand: Ansys.Common.Interop.FEParsePlugin_ANSYS.ILocalCommand)# Bases: object Represents a LOCAL command. Overview# Methods Equals Equals method. GetHashCode GetHashCode method. GetType GetType method. ToString ToString method. Properties Cstyp Gets the system type. Index Gets the command index. Name Gets the command name. Ncsy Gets the system number. 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.Type: str | None# Gets the type of the data to be defined. property LocalCommand.Values: tuple[float] | None# Gets the values. Method detail# LocalCommand.Equals(obj: Any) → bool# Equals method. LocalCommand.GetHashCode() → int# GetHashCode method. LocalCommand.GetType() → type# GetType method. LocalCommand.ToString() → str# ToString method.