Skip to main content

Mechanical scripting interface

CommandReal

Last update: 14.01.2025

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

Bases: object

Represent a real constant set associated to a RLBLOCK command.

Overview

Properties

Name Description
Id Gets the real constant set number.
Values Gets the values.

Property detail

property CommandReal.Id : int | None

Gets the real constant set number.

property CommandReal.Values : tuple[float] | None

Gets the values.