SFECommand#

class ansys.mechanical.stubs.v252.Ansys.ACT.Automation.Mechanical.FE.CDB.SFECommand#

Bases: object

Represents a SFE command.

Overview#

Elem

Gets the element number.

Index

Gets the command index.

Key

Gets the value key.

LKey

Get the load key.

Lab

Gets the load label.

Name

Gets the command name.

ToCdbCommandString

Gets the command text formatted as a CDB file entry.

Values

Gets the values.

Property detail#

property SFECommand.Elem: int | None#

Gets the element number.

property SFECommand.Index: int | None#

Gets the command index.

property SFECommand.Key: int | None#

Gets the value key.

property SFECommand.LKey: int | None#

Get the load key.

property SFECommand.Lab: str | None#

Gets the load label.

property SFECommand.Name: str | None#

Gets the command name.

property SFECommand.ToCdbCommandString: Ansys.ACT.Automation.Mechanical.FE.CDB.CdbCommandFormatAndParameter | None#

Gets the command text formatted as a CDB file entry. Gets the command parameters formatted as a string.

property SFECommand.Values: tuple[float] | None#

Gets the values.