psdgraph#
- SpectrumOptions.psdgraph(tblno1='', tblno2='', displaykey='', **kwargs)#
Displays input PSD curves.
Mechanical APDL Command: PSDGRAPH
- Parameters:
- tblno1
str PSD table number to display.
- tblno2
str Second PSD table number to display.
TBLNO2is used only in conjunction with the coval or the qdval commands.- displaykey
intorstr Key to display the points markers and numbering:
0- Display points markers and numbering (default).1- Display points numbering only.2- Display points markers only.3- No points markers or numbering.
- tblno1
Notes
The input PSD tables are displayed in log-log format as dotted lines. The best-fit curves, used to perform the closed-form integration, are displayed as solid lines. If there is a significant discrepancy between the two, then you should add one or more intermediate points to the table to obtain a better fit.
If
TBLNO2is zero, blank, or equal toTBLNO1, then the autospectra ( psdval ) are displayed forTBLNO1. IfTBLNO2is also specified, then the autospectra forTBLNO1andTBLNO2are displayed, along with the corresponding cospectra ( coval ) and quadspectra ( qdval ), if they are defined.This command is valid in any processor.