ExecControlCommand#

class ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.FE.NASTRAN.ExecControlCommand#

Bases: object

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

Overview#

Index

Gets the command index.

Name

Gets the command name.

Text

Gets the text contained in the Nastran card.

Property detail#

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.