Write/Read |
About Swept IMD |
Description |
Sets the “N = Total number of carriers” value used in the calculation of the XMOD and CTB parameter. Learn more. |
VB Syntax |
imd.CTBXMODNumCarriers = value |
Variable |
(Type) - Description |
imd |
A SweptIMD Object |
value |
(Long Integer) Number of carriers. |
Return Type |
Long Integer |
Default |
40 |
Examples |
imd.CTBXMODNumCarriers = 15 'Write |
value = imd.CTBXMODNumCarriers 'Read |
|
C++ Syntax |
HRESULT get_CTBXMODNumCarriers(double *pVal) |
Interface |
ISweptIMD |