`RLBlockCommand`
Last update: 09.03.2026class Ansys.ACT.Automation.Mechanical.FE.CDB.RLBlockCommand
Bases: object
Represents a RLBLOCK command.
Overview
Properties
| Name | Description |
|---|---|
Format |
Gets the Format. |
Index |
Gets the command index. |
Name |
Gets the command name. |
Reals |
Gets the real constant sets. |
ToCdbCommandString |
Gets the command text formatted as a CDB file entry. |
Property detail
property RLBlockCommand.Format : str | None
Gets the Format.
property RLBlockCommand.Index : int | None
Gets the command index.
property RLBlockCommand.Name : str | None
Gets the command name.
property RLBlockCommand.Reals : tuple[Ansys.ACT.Automation.Mechanical.FE.CDB.CommandReal] | None
Gets the real constant sets.
property RLBlockCommand.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.