    

 ## On this page

  

 

 # `NCommand`

 Last update: 16.07.2025 

<a id="ansys.mechanical.stubs.v242.Ansys.ACT.Automation.Mechanical.FE.CDB.NCommand"></a>

#### *class* Ansys.ACT.Automation.Mechanical.FE.CDB.NCommand

Bases: [`object`](https://docs.python.org/3/library/functions.html#object)

Represents a N command.

<a id="overview"></a>

## Overview

### Properties

NameDescription[`Index`](#NCommand.Index)Gets the command index.[`Name`](#NCommand.Name)Gets the command name.[`Node`](#NCommand.Node)Gets the node number.[`Type`](#NCommand.Type)Gets the type of the data to be defined.[`Values`](#NCommand.Values)Gets the values.<a id="property-detail"></a>

## Property detail

<a id="NCommand.Index"></a>

### *property* NCommand.Index *: [int](https://docs.python.org/3/library/functions.html#int) | [None](https://docs.python.org/3/library/constants.html#None)*

Gets the command index.

<a id="NCommand.Name"></a>

### *property* NCommand.Name *: [str](https://docs.python.org/3/library/stdtypes.html#str) | [None](https://docs.python.org/3/library/constants.html#None)*

Gets the command name.

<a id="NCommand.Node"></a>

### *property* NCommand.Node *: [int](https://docs.python.org/3/library/functions.html#int) | [None](https://docs.python.org/3/library/constants.html#None)*

Gets the node number.

<a id="NCommand.Type"></a>

### *property* NCommand.Type *: [str](https://docs.python.org/3/library/stdtypes.html#str) | [None](https://docs.python.org/3/library/constants.html#None)*

Gets the type of the data to be defined.

<a id="NCommand.Values"></a>

### *property* NCommand.Values *: [tuple](https://docs.python.org/3/library/stdtypes.html#tuple)\[[float](https://docs.python.org/3/library/functions.html#float)\] | [None](https://docs.python.org/3/library/constants.html#None)*

Gets the values.