Write/Read |
About Swept IMD |
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) |
Interface |
ISweptIMD |