ansys.mapdl.core.Mapdl.timerange#

Mapdl.timerange(tmin='', tmax='', **kwargs)#

Specifies the time range for which data are to be stored.

Mechanical APDL Command: TIMERANGE

Parameters:
tminstr

Minimum time (defaults to first time (or frequency) point on the file).

tmaxstr

Maximum time (defaults to last time (or frequency) point on the file).

Notes

Defines the time (or frequency) range for which data are to be read from the file and stored in memory. Use the nstore command to define the time increment.

Use prtime or pltime to specify the time (frequency) range for cyclic mode- superposition harmonic analyses.