Skip to main content

Mechanical scripting interface

SeccontrolCommand

Last update: 14.01.2025

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.
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.Values : tuple[float] | None

Gets the values.