TBDataCommand#

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

Bases: object

Represents a TBDATA command.

Overview#

DataValueCount

Gets the number of data values.

DataValues

Gets the data values.

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.

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.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.