    

 ## On this page

  

 

 # `SeccontrolCommand`

 Last update: 09.03.2026 

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

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

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

Represents a SECCONTROL command.

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

## Overview

### Properties

NameDescription[`Index`](#SeccontrolCommand.Index)Gets the command index.[`Name`](#SeccontrolCommand.Name)Gets the command name.[`ToCdbCommandString`](#SeccontrolCommand.ToCdbCommandString)Gets the command text formatted as a CDB file entry.[`Values`](#SeccontrolCommand.Values)Gets the values.<a id="property-detail"></a>

## Property detail

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

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

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

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

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