SFECommand
Last update: 14.01.2025
SFECommand
class Ansys.ACT.Automation.Mechanical.FE.CDB.SFECommand
Bases: object
Represents a SFE command.
Overview
Properties
Name | Description |
---|---|
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. |
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.Values : tuple[float] | None
Gets the values.