ansys.mapdl.core.Mapdl.filldata#

Mapdl.filldata(ir='', lstrt='', lstop='', linc='', value='', dval='', **kwargs)#

Fills a variable by a ramp function.

Mechanical APDL Command: FILLDATA

Parameters:
irstr

Define data table as variable IR (2 to NV ( numvar )).

lstrtstr

Start at location LSTRT (defaults to 1).

lstopstr

Stop at location LSTOP (defaults to maximum location as determined from data previously stored.

lincstr

Fill every LINC location between LSTRT and LSTOP (defaults to 1).

valuestr

Value assigned to location LSTRT.

dvalstr

Increment value of previous filled location by DVAL and assign sum to next location to be filled (may be positive or negative.)

Notes

Locations may be filled continuously or at regular intervals ( LINC ). Previously defined data at a location will be overwritten.