Write/Read
About Phase Reference Cals

DeembedCoupler Property


Description

Sets and returns the state of de-embedding (reversing) the port 2 coupler.

 VB Syntax

phaseRef.DeembedCoupler = value

Variable

(Type) - Description

object

PhaseReferenceCalibration (object)

value

(Boolean) Port 2 couple de-embed state. Choose from:

True - Configures the calibration to include additional measurements to de-embed the effects of reversing the coupler. (This is the same as clearing the “Omit Coupler” checkbox.)

False - Exclude additional measurements for de-embedding the effects of reversing the coupler.

Return Type

Boolean

Default

True

Examples

phaseRef.DeembedCoupler = True

value = phaseRef.DeembedCoupler 'Read

C++ Syntax

HRESULT get_DeembedCoupler(VARIANT_BOOL *value)

HRESULT put_DeembedCoupler(VARIANT_BOOL value)

Interface

IPhaseReference2


Last Modified:

15-Mar-2013

New topic