Write/Read
About SMC Phase

DelayCalculationMethod Property


Description

Set and return the method of setting the delay through the calibration mixer.

To select Phase Reference Cal method for correcting an SMC+Phase measurement, use ImportDataSet Method.

 VB Syntax

smc.DelayCalculationMethod = value

Variable

(Type) - Description

smc

An SMCType (object)

value

(Enum as NADelayCalculationMethod)

0 - naDelayCalculationMethod_FixedDelay - use a known delay value set with FixedDelay Property

1 - naDelayCalculationMethod_MixerCharacterizationFile - use the S2P file set with MixerCharacterizationFile Property

Return Type

Enum

Default

0 - naDelayCalculationMethod_FixedDelay

Example

SMC.DelayCalculationMethod = naDelayCalculationMethod_FixedDelay

C++ Syntax

HRESULT put_DelayCalculationMethod(tagNADelayCalculationMethod Value);

HRESULT get_DelayCalculationMethod(tagNADelayCalculationMethod* Value);

Interface

SMCType5


Last Modified:

25-Mar-2010

MX New topic