Write/Read

SeparatePowerCal Property


Description

Specifies whether to use a Thru standard or to use two power sensor connections during the power cal of an SMC calibration. Learn more.

This command must be sent immediately after the Initialize command, but before all other calibration properties.

 VB Syntax

smc.SeparatePowerCal = bool

Variable

(Type) - Description

smc

An SMCType (object)

bool

(Boolean)

True - Do NOT use a Thru, but instead perform separate power cals on Input and Output reference planes.

False - Perform Cal with Thru standard.

Return Type

Boolean

Default

False

Example

FCAppLib.ISMCType4 SMC = (FCAppLib.ISMCType4)CalMgr.CreateCustomCal("SMC");
SMC.Initialize(chan, true);
if (separatePowerCalIsDesired)
SMC.SeparatePowerCal = true;

C++ Syntax

HRESULT put_SeparatePowerCal(VARIANT_BOOL bValue);

HRESULT get_SeparatePowerCal(VARIANT_BOOL *bValue);

Interface

SMCType4


Last Modified:

16-Sep-2009

MX New topic