filldata#
- Operations.filldata(ir='', lstrt='', lstop='', linc='', value='', dval='', **kwargs)#
Fills a variable by a ramp function.
Mechanical APDL Command: FILLDATA
- Parameters:
- ir
str Define data table as variable
IR(2 toNV( numvar )).- lstrt
str Start at location
LSTRT(defaults to 1).- lstop
str Stop at location
LSTOP(defaults to maximum location as determined from data previously stored.- linc
str Fill every
LINClocation betweenLSTRTandLSTOP(defaults to 1).- value
str Value assigned to location
LSTRT.- dval
str Increment value of previous filled location by
DVALand assign sum to next location to be filled (may be positive or negative.)
- ir
Notes
Locations may be filled continuously or at regular intervals (
LINC). Previously defined data at a location will be overwritten.