Skip to main content

Mechanical scripting interface 2025

`SeccontrolCommand`

Last update: 09.03.2026

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

Bases: object

Represents a SECCONTROL command.

Overview

Properties

Name Description
Index Gets the command index.
Name Gets the command name.
ToCdbCommandString Gets the command text formatted as a CDB file entry.
Values Gets the values.

Property detail

property SeccontrolCommand.Index : int | None

Gets the command index.

property SeccontrolCommand.Name : str | None

Gets the command name.

property SeccontrolCommand.ToCdbCommandString : Ansys.ACT.Automation.Mechanical.FE.CDB.CdbCommandFormatAndParameter | None

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

property SeccontrolCommand.Values : tuple[float] | None

Gets the values.

Connect with Ansys