LocalCommand#

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

Bases: object

Represents a LOCAL command.

Overview#

Type

Gets the type of the data to be defined.

Ncsy

Gets the system number.

Cstyp

Gets the system type.

Values

Gets the values.

Name

Gets the command name.

Index

Gets the command index.

Property detail#

property LocalCommand.Type: System.String | None

Gets the type of the data to be defined.

property LocalCommand.Ncsy: System.UInt32 | None

Gets the system number.

property LocalCommand.Cstyp: System.UInt32 | None

Gets the system type.

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

Gets the values.

property LocalCommand.Name: System.String | None

Gets the command name.

property LocalCommand.Index: System.UInt32 | None

Gets the command index.