ExecControlCommand#

class ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.FE.NASTRAN.ExecControlCommand(iExecControlCommand: Ansys.Common.Interop.FEParsePlugin_NASTRAN.IExecControlCommand)#

Bases: object

Holds definitions for the Exec Command issued from SOL or APP cards from the Nastran Solver input deck.

Overview#

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

FullName

FullName property.

Index

Gets the command index.

Name

Gets the command name.

Text

Gets the text contained in the Nastran card.

Property detail#

property ExecControlCommand.FullName: str | None#

FullName property.

property ExecControlCommand.Index: int | None#

Gets the command index.

property ExecControlCommand.Name: str | None#

Gets the command name.

property ExecControlCommand.Text: str | None#

Gets the text contained in the Nastran card.

Method detail#

ExecControlCommand.Equals(obj: Any) bool#

Equals method.

ExecControlCommand.GetHashCode() int#

GetHashCode method.

ExecControlCommand.GetType() type#

GetType method.

ExecControlCommand.ToString() str#

ToString method.