Skip to main content

Mechanical scripting interface

ENCommand

Last update: 14.01.2025

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

Bases: object

Represents an EN command.

Overview

Properties

Name Description
Index Gets the command index.
Name Gets the command name.
Type Gets the type (attribute or node).
Values Gets the values.

Property detail

property ENCommand.Index : int | None

Gets the command index.

property ENCommand.Name : str | None

Gets the command name.

property ENCommand.Type : str | None

Gets the type (attribute or node).

property ENCommand.Values : tuple[int] | None

Gets the values.