tbdele#
- Mapdl.tbdele(lab='', mat1='', mat2='', inc='', tbopt='', **kwargs)#
APDL Command: TBDELE
Deletes previously defined material data tables.
- Parameters:
- lab
Data table label. (See the
TB
command for valid labels.) If ALL, delete all data tables.- mat1, mat2, inc
Delete tables for materials MAT1 to (MAT2 defaults to MAT1) in steps of INC (defaults to 1). If MAT1= ALL, ignore MAT2 and INC and delete data tables for all materials.
- tbopt
Material data table option. Visit
Mapdl.tb
for validtbopt
values for a given Lab.- **kwargs
Extra arguments to be passed to
Mapdl.run
.
Notes
If
lab = "ALL"
, delete all material data tables.If
mat1= "ALL"
,mat2
andinc
are ignored and all material data tables are deleted.If
tbopt
is specified, the material data table corresponding toLab
is deleted if it also has the specified table option. Iftbopt
is not specified, all material data tables corresponding toLab
are deleted.tbopt
is ignored whenLab = "ALL"
.This command is also valid in the solution processor (
mapdl.slashsolu()
), but is not intended for changing material behaviors between load steps.