Skip to main content

Mechanical scripting interface

RLBlockCommand

Last update: 14.01.2025

class Ansys.ACT.Automation.Mechanical.FE.CDB.RLBlockCommand

Bases: object

Represents a RLBLOCK command.

Overview

Properties

Name Description
Index Gets the command index.
Name Gets the command name.
Reals Gets the real constant sets.

Property detail

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.