TBDataCommand#

class ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.FE.CDB.TBDataCommand(iTBDataCommandObj: Ansys.Common.Interop.FEParsePlugin_ANSYS.ITBDataCommand)#

Bases: object

Represents a TBDATA command.

Overview#

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

DataValueCount

Gets the number of data values.

DataValues

Gets the data values.

FullName

FullName property.

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.

Tbopt

Gets the option.

ToCdbCommandString

ToCdbCommandString property.

Property detail#

property TBDataCommand.DataValueCount: int | None#

Gets the number of data values.

property TBDataCommand.DataValues: tuple[Ansys.ACT.Automation.Mechanical.FE.CDB.TBDataValues] | None#

Gets the data values.

property TBDataCommand.FullName: str | None#

FullName property.

property TBDataCommand.Index: int | None#

Gets the command index.

property TBDataCommand.Lab: str | None#

Gets the label.

property TBDataCommand.Mat: int | None#

Gets the material number.

property TBDataCommand.Name: str | None#

Gets the command name.

property TBDataCommand.Npts: int | None#

Gets the number of points, if provided.

property TBDataCommand.Ntemp: int | None#

Gets the number of temperature, if provided.

property TBDataCommand.Tbopt: str | None#

Gets the option.

property TBDataCommand.ToCdbCommandString: Ansys.ACT.Automation.Mechanical.FE.CDB.CdbCommandFormatAndParameter | None#

ToCdbCommandString property.

Method detail#

TBDataCommand.Equals(obj: Any) bool#

Equals method.

TBDataCommand.GetHashCode() int#

GetHashCode method.

TBDataCommand.GetType() type#

GetType method.

TBDataCommand.ToString() str#

ToString method.