ENCommand#

class ansys.mechanical.stubs.v241.Ansys.ACT.Automation.Mechanical.FE.CDB.ENCommand#

Bases: object

Represents an EN command.

Overview#

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.