Skip to main content

Mechanical scripting interface

LocalCommand

Last update: 14.01.2025

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

Bases: object

Represents a LOCAL command.

Overview

Properties

Name Description
Cstyp Gets the system type.
Index Gets the command index.
Name Gets the command name.
Ncsy Gets the system number.
Type Gets the type of the data to be defined.
Values Gets the values.

Property detail

property LocalCommand.Cstyp : int | None

Gets the system type.

property LocalCommand.Index : int | None

Gets the command index.

property LocalCommand.Name : str | None

Gets the command name.

property LocalCommand.Ncsy : int | None

Gets the system number.

property LocalCommand.Type : str | None

Gets the type of the data to be defined.

property LocalCommand.Values : tuple[float] | None

Gets the values.