timerange#
- Mapdl.timerange(tmin='', tmax='', **kwargs)#
Specifies the time range for which data are to be stored.
APDL Command: TIMERANGE
- Parameters:
- tmin
Minimum time (defaults to first time (or frequency) point on the file).
- tmax
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.