Skip to main content

Mechanical scripting interface

TBPTCommand

Last update: 14.01.2025

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

Bases: object

Represents a TBPT command.

Overview

Properties

Name Description
Index Gets the command index.
Lab Gets the label.
Mat Gets the material number.
Name Gets the command name.
Npts Gets the number of points, if provided.
Ntemp Gets the number of temperature, if provided.
TBPTData Gets TBPT data items.
TBPTDataCount Gets the number of TBPT data.
Tbopt Gets the option.

Property detail

property TBPTCommand.Index : int | None

Gets the command index.

property TBPTCommand.Lab : str | None

Gets the label.

property TBPTCommand.Mat : int | None

Gets the material number.

property TBPTCommand.Name : str | None

Gets the command name.

property TBPTCommand.Npts : int | None

Gets the number of points, if provided.

property TBPTCommand.Ntemp : int | None

Gets the number of temperature, if provided.

property TBPTCommand.TBPTData : tuple[Ansys.ACT.Automation.Mechanical.FE.CDB.TBPTData] | None

Gets TBPT data items.

property TBPTCommand.TBPTDataCount : int | None

Gets the number of TBPT data.

property TBPTCommand.Tbopt : str | None

Gets the option.