    

 ## On this page

  

 

 # `BFCommand`

 Last update: 16.07.2025 

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

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

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

Represents a BF command.

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

## Overview

### Properties

NameDescription[`Index`](#BFCommand.Index)Gets the command index.[`Lab`](#BFCommand.Lab)Gets the label.[`Name`](#BFCommand.Name)Gets the command name.[`Node`](#BFCommand.Node)Gets the node number.[`ValCount`](#BFCommand.ValCount)Gets the number of values.[`Values`](#BFCommand.Values)Gets the values.<a id="property-detail"></a>

## Property detail

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

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

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

Gets the label.

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

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

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

### *property* BFCommand.ValCount *: Any | [None](https://docs.python.org/3/library/constants.html#None)*

Gets the number of values.

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

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

Gets the values.