Skip to main content

Mechanical scripting interface

AbaqusKeywordArgument

Last update: 14.01.2025

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

Bases: object

Represents a keyword argument (with Key and Value).

Overview

Properties

Name Description
Key Gets the Key.
Value Gets the Value.

Property detail

property AbaqusKeywordArgument.Key : str | None

Gets the Key.

property AbaqusKeywordArgument.Value : str | None

Gets the Value.