ScrInterpolateSpectrum

Specifies interpolation option for Frequency Sweep, Far Field, or Near Field simulations.

Important: Interpolation is active by default and Ansys recommends not changing this setting.

UI Command:   From the Simulation menu, click either Compute Frequency Sweep, Compute Far Field, or Compute Near Field. Then, select or deselect the Interpolate spectrum at missing frequency points check box .
Syntax:   obj.ScrInterpolateSpectrum(<interpolate>)
Parameters:  

BOOL interpolate

Return Value:  

None.

VB Example:  

obj.ScrInterpolateSpectrum True

IPY Example:  

oDoc.ScrInterpolateSpectrum(True)