NCommand#

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

Bases: object

Represents a N command.

Overview#

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.