NCommand# class ansys.mechanical.stubs.v242.Ansys.ACT.Automation.Mechanical.FE.CDB.NCommand(iNCommand: Ansys.Common.Interop.FEParsePlugin_ANSYS.INCommand)# Bases: object Represents a N command. Overview# Methods Equals Equals method. GetHashCode GetHashCode method. GetType GetType method. ToString ToString method. Properties Index Gets the command index. Name Gets the command name. Node Gets the node number. Type Gets the type of the data to be defined. Values Gets the values. Property detail# property NCommand.Index: int | None# Gets the command index. property NCommand.Name: str | None# Gets the command name. property NCommand.Node: int | None# Gets the node number. property NCommand.Type: str | None# Gets the type of the data to be defined. property NCommand.Values: tuple[float] | None# Gets the values. Method detail# NCommand.Equals(obj: Any) → bool# Equals method. NCommand.GetHashCode() → int# GetHashCode method. NCommand.GetType() → type# GetType method. NCommand.ToString() → str# ToString method.