TBPTCommand#

class ansys.mechanical.stubs.v241.Ansys.ACT.Automation.Mechanical.FE.CDB.TBPTCommand#

Bases: object

Represents a TBPT command.

Overview#

Lab

Gets the label.

Mat

Gets the material number.

Ntemp

Gets the number of temperature, if provided.

Npts

Gets the number of points, if provided.

Tbopt

Gets the option.

TBPTDataCount

Gets the number of TBPT data.

TBPTData

Gets TBPT data items.

Name

Gets the command name.

Index

Gets the command index.

Property detail#

property TBPTCommand.Lab: System.String | None

Gets the label.

property TBPTCommand.Mat: System.Int32 | None

Gets the material number.

property TBPTCommand.Ntemp: System.Int32 | None

Gets the number of temperature, if provided.

property TBPTCommand.Npts: System.Int32 | None

Gets the number of points, if provided.

property TBPTCommand.Tbopt: System.String | None

Gets the option.

property TBPTCommand.TBPTDataCount: System.Int32 | None

Gets the number of TBPT data.

property TBPTCommand.TBPTData: System.Collections.Generic.IReadOnlyList[Ansys.ACT.Automation.Mechanical.FE.CDB.TBPTData] | None

Gets TBPT data items.

property TBPTCommand.Name: System.String | None

Gets the command name.

property TBPTCommand.Index: System.UInt32 | None

Gets the command index.