Skip to main content

Mechanical scripting interface

NCommand

Last update: 14.01.2025

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

Bases: object

Represents a N command.

Overview

Properties

Name Description
Index Gets the command index.
Name Gets the command name.
Node Gets the node number.
Type Gets the type of the data to be defined.
Values Gets the values.

Property detail

property NCommand.Index : int | None

Gets the command index.

property NCommand.Name : str | None

Gets the command name.

property NCommand.Node : int | None

Gets the node number.

property NCommand.Type : str | None

Gets the type of the data to be defined.

property NCommand.Values : tuple[float] | None

Gets the values.