svplot#

SpectrumOptions.svplot(optionscale='', damp1='', damp2='', damp3='', damp4='', **kwargs)#

Displays input spectrum curves.

Mechanical APDL Command: SVPLOT

Parameters:
optionscalestr

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)

damp1str

Damping ratio corresponding to DAMP ( sv command) defining the first spectrum curve.

damp2str

Damping ratio corresponding to DAMP ( sv command) defining the second spectrum curve.

damp3str

Damping ratio corresponding to DAMP ( sv command) defining the third spectrum curve.

damp4str

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.