Write-only
About Cal Sets

OutputSNPFromECal Method


Description

Read S parameter of ECal Thru from the ECal memory and save it as s2p file.

 VB Syntax

ecalMdls.OutputSNPFromECal (kit, ecalstate, snpfile)

Variable

(Type) - Description

ecalMdls

(object) - A ECalModules correction

kit

(String)  ECal Model, User char name + " ECal", and serial number of the ECal module used for the characterization, separated by spaces. See examples below.

ecalstate

(String) ECal transmission path. Choose from AB, AC, AD, BA, BC, BD, CA, CB, CD, DA, DB or DC.

snpfile

(String) Path and filename of the output s2p file name.

Return Type

IECalModules Set Interface

Default

Not Applicable

Example

ecalMdls.OutputSNPFromECal ("N4433A ECal 00001", "BC", "D:\ecalthru.s2p")

C++ Syntax

HRESULT OutputSNPFromECal (BSTRkit, BSTR ecalstate, BSTR snpfile);

Interface

IECalModules2