tbdele#

DataTables.tbdele(lab='', mat1='', mat2='', inc='', tbopt='', **kwargs)#

Deletes previously defined material data tables.

Mechanical APDL Command: TBDELE

Parameters:
labstr

Material data table label to delete. (See tb for valid Lab values.)

mat1str

Deletes data tables for materials MAT1 to MAT2 (default = MAT1 ) in steps of INC (default = 1).

mat2str

Deletes data tables for materials MAT1 to MAT2 (default = MAT1 ) in steps of INC (default = 1).

incstr

Deletes data tables for materials MAT1 to MAT2 (default = MAT1 ) in steps of INC (default = 1).

tboptstr

Material data table option. (See tb for valid TBOPT values for the given Lab.)

Notes

If Lab = ALL, delete all material data tables.

If MAT1 = ALL, MAT2 and INC are ignored and all material data tables are deleted.

If TBOPT is specified, the material data table corresponding to Lab is deleted if it also has the specified table option. If TBOPT is not specified, all material data tables corresponding to Lab are deleted. TBOPT is ignored when Lab = ALL.

This command is also valid in SOLUTION, but is not intended for changing material behaviors between load steps.