Skip to main content

Mechanical scripting interface

RCommand

Last update: 14.01.2025

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

Bases: object

Represents a R command.

Overview

Properties

Name Description
Index Gets the command index.
Name Gets the command name.
Nset Gets the set number.
Stloc Gets the starting location.
Values Gets the values.

Property detail

property RCommand.Index : int | None

Gets the command index.

property RCommand.Name : str | None

Gets the command name.

property RCommand.Nset : int | None

Gets the set number.

property RCommand.Stloc : int | None

Gets the starting location.

property RCommand.Values : tuple[float] | None

Gets the values.