Write/Read
About SweptIMDCal

CalMethod Property


Description

Sets and returns the method by which the match-correction portion of an IMD calibration is performed.  Learn more.

 VB Syntax

imd.CalMethod = value

Variable

(Type) - Description

imd

A SweptIMDCal (object)

value

(Enum as NAIMDCalMethod)  Choose from:

0 - naIMDMatchCorrectedResponse -Performs a full 2-port cal for full match-correction.

1 - naIMDResponseOnly - Performs only a response cal instead of a full 2-port cal.

Return Type

Enum

Default

0 - naIMDMatchCorrectedResponse

Examples

imd.CalMethod = naIMDMatchCorrectedResponse 'Write

calMeth = imd.CalMethod 'Read

C++ Syntax

HRESULT get_CalMethod(tagNAIMDCalMethod * Val)

HRESULT put_CalMethod(tagNAIMDCalMethod newVal)

Interface

ISweptIMD