Read-Write
About FCA embed/deembed

NetworkFilename Property


Description

Specifies the S2P filename to embed or de-embed on the input or output of your mixer measurement.

VB Syntax

object.NetworkFilename(n) = filename

Variable

(Type) - Description

object

SMCType (object) or

VMCType (object)

n

(Integer) Apply network to input or output of mixer. Choose from:

1 - Input of mixer

2 - Output of mixer

filename

(String) Filename of the S2P used for embedding or de-embedding. Use the full path name, file name, and .S2P suffix, enclosed in quotes.

Return Type

String

Default

Not Applicable

Examples

VMC.Filename(2) = "c:\users\public\network analyzer\documents/WaveguideAdapt.S2P"

C++ Syntax

HRESULT put_NetworkFilename(short networkNum, BSTR filename);

HRESULT get_NetworkFilename(short networkNum, BSTR *filename);

Interface

SMCType2

VMCType2