Write/Read
About Fixturing

DiffPortMatchUserFilename Property


Description

Specifies the 2-port touchstone file in which the information on the user-defined differential matching circuit is saved. Following this command, send DiffPortMatchCircuit Property. If the specified file does not exist, an error occurs when you set the type of differential matching circuit to USER.

 VB Syntax

fixture.DiffPortMatchUserFilename(pNum) = value

Variable

(Type) - Description

fixture

A Fixturing (object)

pNum

(Integer) Balanced (logical) port number. Choose from logical ports 1, 2  or 3. Learn more about logical ports.

value

(String)  Full path, file name, and extension (.s2P) of the de-embedding circuit.

Files are typically stored in "c:\users\public\network analyzer\documents

Return Type

String

Default

Not Applicable

Examples

fixture.DiffPortMatchUserFilename(2) = "c:\users\public\network analyzer\documents/myFile.s4p" 'Write

value = fixture.DiffPortMatchUserFilename(1) 'Read

C++ Syntax

HRESULT get_DiffPortMatchUserFilename( short port, BSTR *bstrFile)

HRESULT put_DiffPortMatchUserFilename( short port, BSTR bstrFile)

Interface

IFixturing2