Write/Read
About Fixturing

strPort2Pdeembed_S2PFile Property


Description

Sets and returns the 2 port De-embedding .S2P file name for the specified port number. Model is applied when both the file name is specified and User is specified using Port2PdeembedCktModel Property.

Learn more about S2P files.

Note:  This command affects ALL measurements on the channel.

 VB Syntax

fixture.strPort2Pdeembed_S2PFile(port) = value

Variable

(Type) - Description

fixture

A Fixturing (object)

port

(Integer) Port number to receive circuit model.

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.strPort2Pdeembed_S2PFile(2) = "c:\users\public\network analyzer\documents/myFile.s2p" 'Write

value = fixture.strPort2Pdeembed_S2PFile(1) 'Read

C++ Syntax

HRESULT get_strPort2Pdeembed_S2PFile(short port BSTR *bstrFile)

HRESULT put_strPort2Pdeembed_S2PFile(short port BSTR bstrFile)

Interface

IFixturing