Skip to main content

Mechanical scripting interface

AbaqusKeyword

Last update: 14.01.2025

class Ansys.ACT.Automation.Mechanical.FE.ABAQUS.AbaqusKeyword

Bases: object

Represents an Abaqus keyword (with arguments and data lines).

Overview

Properties

Name Description
Arguments Gets the arguments.
DataLines Gets the data lines.
Index Gets the command index.
Name Gets the command name.

Property detail

property AbaqusKeyword.Arguments : Ansys.ACT.Automation.Mechanical.FE.ABAQUS.AbaqusKeywordArgumentColl | None

Gets the arguments.

property AbaqusKeyword.DataLines : Ansys.ACT.Automation.Mechanical.FE.ABAQUS.AbaqusKeywordDataLineColl | None

Gets the data lines.

property AbaqusKeyword.Index : int | None

Gets the command index.

property AbaqusKeyword.Name : str | None

Gets the command name.