AbaqusKeywordArgument#

class ansys.mechanical.stubs.Ansys.ACT.Automation.Mechanical.FE.ABAQUS.AbaqusKeywordArgument#

Bases: object

Represents a keyword argument (with Key and Value).

Overview#

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.