Skip to main content

Mechanical scripting interface

CommandCETerm

Last update: 14.01.2025

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

Bases: object

Represents a term associated to a CE command.

Overview

Properties

Name Description
Coefficient Gets the coefficient.
Dof Gets the degree of freedom.
Node Gets the node number.

Property detail

property CommandCETerm.Coefficient : float | None

Gets the coefficient.

property CommandCETerm.Dof : str | None

Gets the degree of freedom.

property CommandCETerm.Node : int | None

Gets the node number.