svplot#
- Mapdl.svplot(optionscale='', damp1='', damp2='', damp3='', damp4='', **kwargs)#
Displays input spectrum curves.
APDL Command: SVPLOT
- Parameters:
- optionscale
Flag to activate or deactivate input spectrum value scaling:
- OFF - Do not scale the input spectrum values with scale factor FACT (SVTYP command).
This is the default value.
ON - Scale the input spectrum values with scale factor FACT (SVTYP command)
- damp1
Damping ratio corresponding to DAMP (SV command) defining the first spectrum curve.
- damp2
Damping ratio corresponding to DAMP (SV command) defining the second spectrum curve.
- damp3
Damping ratio corresponding to DAMP (SV command) defining the third spectrum curve.
- damp4
Damping ratio corresponding to DAMP (SV command) defining the fourth spectrum curve.
Notes
You can display up to four input spectrum tables (SV and FREQ commands) with log X scale. If no damping ratio is specified, all spectrum tables are displayed.
This command is valid in any processor.