ansys.mapdl.core.Mapdl.spval#
- Mapdl.spval(tblno='', curvno='', sv1='', sv2='', sv3='', sv4='', sv5='', sv6='', sv7='', **kwargs)#
Defines multi-point response spectrum values.
Mechanical APDL Command: SPVAL
- Parameters:
- tblno
str Input table number. It corresponds to
TBLNOon the spfreq command.- curvno
str Input curve number. It corresponds to
CURVNOon the spdamp command (optional).- sv1
str Spectral values corresponding to the frequency points ( spfreq ) and damping ratio ( spdamp ). Values are interpreted as defined with the spunit command.
- sv2
str Spectral values corresponding to the frequency points ( spfreq ) and damping ratio ( spdamp ). Values are interpreted as defined with the spunit command.
- sv3
str Spectral values corresponding to the frequency points ( spfreq ) and damping ratio ( spdamp ). Values are interpreted as defined with the spunit command.
- sv4
str Spectral values corresponding to the frequency points ( spfreq ) and damping ratio ( spdamp ). Values are interpreted as defined with the spunit command.
- sv5
str Spectral values corresponding to the frequency points ( spfreq ) and damping ratio ( spdamp ). Values are interpreted as defined with the spunit command.
- sv6
str Spectral values corresponding to the frequency points ( spfreq ) and damping ratio ( spdamp ). Values are interpreted as defined with the spunit command.
- sv7
str Spectral values corresponding to the frequency points ( spfreq ) and damping ratio ( spdamp ). Values are interpreted as defined with the spunit command.
- tblno
Notes
Notes Defines multi-point response spectrum values to be associated with the previously defined frequency points ( spfreq ). It can also be associated with the previously defined damping value ( spdamp ). If
CURVNOis not specified, the input spectrum is not associated with a damping value.Repeat spval command for additional values, up to the number of frequency points ( spfreq ). Values are added after the last nonzero value.
The interpolation method between response spectrum points and curves is specified using
KeyInterpon the spunit command. It is logarithmic by default.Use the sptopt and stat commands to list current spectrum curve values.
This command is also valid in PREP7.