svplot#
- SpectrumOptions.svplot(optionscale='', damp1='', damp2='', damp3='', damp4='', **kwargs)#
Displays input spectrum curves.
Mechanical APDL Command: SVPLOT
- Parameters:
- optionscale
str 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
str Damping ratio corresponding to DAMP ( sv command) defining the first spectrum curve.
- damp2
str Damping ratio corresponding to DAMP ( sv command) defining the second spectrum curve.
- damp3
str Damping ratio corresponding to DAMP ( sv command) defining the third spectrum curve.
- damp4
str Damping ratio corresponding to DAMP ( sv command) defining the fourth spectrum curve.
- optionscale
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.