    

 ## On this page

  

 

 # `SFECommand`

 Last update: 09.03.2026 

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

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

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

Represents a SFE command.

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

## Overview

### Properties

NameDescription[`Elem`](#SFECommand.Elem)Gets the element number.[`Index`](#SFECommand.Index)Gets the command index.[`Key`](#SFECommand.Key)Gets the value key.[`LKey`](#SFECommand.LKey)Get the load key.[`Lab`](#SFECommand.Lab)Gets the load label.[`Name`](#SFECommand.Name)Gets the command name.[`ToCdbCommandString`](#SFECommand.ToCdbCommandString)Gets the command text formatted as a CDB file entry.[`Values`](#SFECommand.Values)Gets the values.<a id="property-detail"></a>

## Property detail

<a id="SFECommand.Elem"></a>

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

Gets the element number.

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

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

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

Gets the value key.

<a id="SFECommand.LKey"></a>

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

Get the load key.

<a id="SFECommand.Lab"></a>

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

Gets the load label.

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

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

### *property* SFECommand.ToCdbCommandString *: Ansys.ACT.Automation.Mechanical.FE.CDB.CdbCommandFormatAndParameter | [None](https://docs.python.org/3/library/constants.html#None)*

Gets the command text formatted as a CDB file entry. Gets the command parameters formatted as a string.

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

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