Write/Read
About Fixturing

strPortMatch_S2PFile Property


Description

Sets and returns the Port Matching 'S2P' file name for the specified port number. Model is applied when both the file name is specified and User is specified using PortMatchingCktModel Property.

Learn more about S2P files.

Note:  This command affects ALL measurements on the channel.

 VB Syntax

fixture.strPortMatch_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 matching circuit.

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

Return Type

String

Default

Not Applicable

Examples

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

value = fixture.strPortMatch_S2PFile(1) 'Read

C++ Syntax

HRESULT get_strPortMatch_S2PFile(short port BSTR *bstrFile)

HRESULT put_strPortMatch_S2PFile(short port BSTR bstrFile)

Interface

IFixturing


Last Modified:

13-Nov-2013

Fixed syntax