Write-only
About Cal Sets

Embed Method


Description

Embeds a fixture (usually a matching network) into an existing Cal Set based on an S2P file. A new Cal Set is created with the effects of the matching network included in the correction data.

When the new Cal Set is applied to a channel, the effects of the fixture are included in the measurement data. Do NOT enable  fixturing. The effects of the matching network are included when the new Cal Set is selected and correction is turned ON.

 VB Syntax

calMgr.Embed (cs1,cs2,s2p,port, compPwr,extrap)

Variable

(Type) - Description

calMgr

(object) - A CalManager object

cs1

(String)  Name of an existing Cal Set which resides on the PNA.

cs2

(String)  Name of new Cal Set which contains updated error terms with fixture embedded.

s2p

(String) Name of the S2P file which characterizes the adapter/fixture.

port

(Long Integer) Port number from which fixture will be embedded.

compPwr

(Boolean)

True - Increase the source power to compensate for the loss through the fixture. The result is that the specified power level will be correct at the DUT input.

Warning: enabling power compensation can result in an increase in test port power and consequently, increased power to the DUT. Use with caution.

False - Do not compensate for loss in source power through the matching network.

extrap

(Boolean)

True - Applies a simple extrapolation when the S2P file has a narrower frequency range than the Cal Set. The values for the first and last data points are extended in either direction to cover the frequency range of the Cal Set.

False - Extrapolation is NOT performed (default setting).

Return Type

Not Applicable

Default

Not Applicable

Example

calMgr.Embed "MyCalSet","MyNewCalSet","Fixture.s2p",1,True,True

C++ Syntax

HRESULT Embed (BSTR srcSet, BSTR destSet,BSTR s2p, long port, BOOL compPwr, BOOL extrap);

Interface

ICalManager8


Last Modified:

25-Jan-2011

MX New topic