RCommand#

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

Bases: object

Represents a R command.

Overview#

Nset

Gets the set number.

Stloc

Gets the starting location.

Values

Gets the values.

Name

Gets the command name.

Index

Gets the command index.

Property detail#

property RCommand.Nset: System.UInt32 | None

Gets the set number.

property RCommand.Stloc: System.UInt32 | None

Gets the starting location.

property RCommand.Values: System.Collections.Generic.IReadOnlyList[System.Double] | None

Gets the values.

property RCommand.Name: System.String | None

Gets the command name.

property RCommand.Index: System.UInt32 | None

Gets the command index.