ansys.mapdl.core.Mapdl.psdfrq#
- Mapdl.psdfrq(tblno1='', tblno2='', freq1='', freq2='', freq3='', freq4='', freq5='', freq6='', freq7='', **kwargs)#
Defines the frequency points for the input spectrum tables PSDVAL vs. PSDFRQ for PSD analysis.
Mechanical APDL Command: PSDFRQ
- Parameters:
- tblno1
str Input table number. When used with the coval or the qdval command,
TBLNO1represents the row number of this table. Up to 200 tables may be defined.- tblno2
str Input table number.
TBLNO2is used only for the coval or the qdval commands and represents the column number of this table.- freq1
str Frequency points (cycles/time) for spectrum vs. frequency tables.
FREQ1should be greater than zero, and values must be in ascending order. Log-log interpolation will be used between frequency points.- freq2
str Frequency points (cycles/time) for spectrum vs. frequency tables.
FREQ1should be greater than zero, and values must be in ascending order. Log-log interpolation will be used between frequency points.- freq3
str Frequency points (cycles/time) for spectrum vs. frequency tables.
FREQ1should be greater than zero, and values must be in ascending order. Log-log interpolation will be used between frequency points.- freq4
str Frequency points (cycles/time) for spectrum vs. frequency tables.
FREQ1should be greater than zero, and values must be in ascending order. Log-log interpolation will be used between frequency points.- freq5
str Frequency points (cycles/time) for spectrum vs. frequency tables.
FREQ1should be greater than zero, and values must be in ascending order. Log-log interpolation will be used between frequency points.- freq6
str Frequency points (cycles/time) for spectrum vs. frequency tables.
FREQ1should be greater than zero, and values must be in ascending order. Log-log interpolation will be used between frequency points.- freq7
str Frequency points (cycles/time) for spectrum vs. frequency tables.
FREQ1should be greater than zero, and values must be in ascending order. Log-log interpolation will be used between frequency points.
- tblno1
Notes
The spectrum values may be input with the psdval, coval, or qdval commands. A separate psdfrq command must be used for each table and cross table defined. Frequencies must be in ascending order.
Repeat psdfrq command for additional frequency points. Values are added after the last nonzero frequency. If all fields after psdfrq are blank, all input vs. frequency tables are erased. If
TBLNO1is nonblank, all corresponding psdval tables are erased. If bothTBLNO1andTBLNO2are nonblank, all corresponding coval and qdval tables are erased.This command is also valid in PREP7.