    

 ## On this page

  

 

 # `GenericCommand`

 Last update: 16.07.2025 

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

#### *class* Ansys.ACT.Automation.Mechanical.FE.NASTRAN.GenericCommand

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

Generic command.

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

## Overview

### Properties

NameDescription[`Arguments`](#GenericCommand.Arguments)Gets the arguments.[`Index`](#GenericCommand.Index)Gets the command index.[`Name`](#GenericCommand.Name)Gets the command name.<a id="property-detail"></a>

## Property detail

<a id="GenericCommand.Arguments"></a>

### *property* GenericCommand.Arguments *: [tuple](https://docs.python.org/3/library/stdtypes.html#tuple)\[Any\] | [None](https://docs.python.org/3/library/constants.html#None)*

Gets the arguments.

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

### *property* GenericCommand.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="GenericCommand.Name"></a>

### *property* GenericCommand.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.