`SecdataCommand`
Last update: 16.07.2025class Ansys.ACT.Automation.Mechanical.FE.CDB.SecdataCommand
Bases: object
Represents a SECDATA command.
Overview
Properties
| Name | Description |
|---|---|
Index |
Gets the command index. |
Name |
Gets the command name. |
ToCdbCommandString |
Gets the command text formatted as a CDB file entry. |
Values |
Gets the values. |
Property detail
property SecdataCommand.Index : int | None
Gets the command index.
property SecdataCommand.Name : str | None
Gets the command name.
property SecdataCommand.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 SecdataCommand.Values : tuple[float] | None
Gets the values.