TBDataCommand#

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

Bases: object

Represents a TBDATA 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.

DataValueCount

Gets the number of data values.

DataValues

Gets the data values.

Name

Gets the command name.

Index

Gets the command index.

Property detail#

property TBDataCommand.Lab: System.String | None

Gets the label.

property TBDataCommand.Mat: System.Int32 | None

Gets the material number.

property TBDataCommand.Ntemp: System.Int32 | None

Gets the number of temperature, if provided.

property TBDataCommand.Npts: System.Int32 | None

Gets the number of points, if provided.

property TBDataCommand.Tbopt: System.String | None

Gets the option.

property TBDataCommand.DataValueCount: System.Int32 | None

Gets the number of data values.

property TBDataCommand.DataValues: System.Collections.Generic.IReadOnlyList[Ansys.ACT.Automation.Mechanical.FE.CDB.TBDataValues] | None

Gets the data values.

property TBDataCommand.Name: System.String | None

Gets the command name.

property TBDataCommand.Index: System.UInt32 | None

Gets the command index.