Write/Read
About Swept IMD

CSONumDistortionProducts Property


Description

Sets and returns the “N = number of distortion products” value for the calculation of the CSO parameter. Learn more.

 VB Syntax

imd.CSONumDistortionProducts = value

Variable

(Type) - Description

imd

A SweptIMD Object

value

(Long Integer) Number of distortion products

Return Type

Long Integer

Default

40

Examples

imd.CSONumDistortionProducts = True 'Write

value = imd.CSONumDistortionProducts 'Read

C++ Syntax

HRESULT get_CSONumDistortionProducts(long *pVal)
HRESULT put_CSONumDistortionProducts(long *pVal)

Interface

ISweptIMD


Last Modified:

9-Jun-2010

Fixed type

25-Aug-2008

MX New topic