RCommand#

class ansys.mechanical.stubs.v242.Ansys.ACT.Automation.Mechanical.FE.CDB.RCommand#

Bases: object

Represents a R command.

Overview#

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.