Skip to main content

Mechanical scripting interface

ETCommand

Last update: 14.01.2025

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

Bases: object

Represents an ET command.

Overview

Properties

Name Description
Ename Gets the element name.
Id Gets the element number.
Index Gets the command index.
Keyopts Gets the key options.
Name Gets the command name.

Property detail

property ETCommand.Ename : int | None

Gets the element name.

property ETCommand.Id : int | None

Gets the element number.

property ETCommand.Index : int | None

Gets the command index.

property ETCommand.Keyopts : tuple[Ansys.ACT.Automation.Mechanical.FE.CDB.CommandKeyOpt] | None

Gets the key options.

property ETCommand.Name : str | None

Gets the command name.