Write/Read
About SweptIMDCal

MaxProduct Property


Description

Sets and returns the maximum intermod product frequencies to be calibrated.

 VB Syntax

imd.MaxProduct = value

Variable

(Type) - Description

imd

A SweptIMDCal (object)

value

Maximum IM products to calibrate. Choose from:

2 - second order products

3 - third order products

5 - fifth order products

7 - seventh order products

9 - ninth order products

Return Type

Long Integer

Default

3

Examples

imd.MaxProduct = 7 'Write

mprod = imd.MaxProduct 'Read

C++ Syntax

HRESULT get_MaxProduct(long * Val)

HRESULT put_MaxProduct(long newVal)

Interface

ISweptIMD