Name

uW_S2P_read — Read data from a S2P file.

Calling Sequence

S=uW_S2P_read(filename)

Parameters

filename

String parameter : filename of the S2P file including the path.

S

tlist containing the S parameters.

Description

This function read S parameters from a S2P file.

Examples


// Get the T11 parameter of a measured device
// 
filename=tk_getfile("*.s2p");
S_measure=uW_S2P_read(filename);
uW_S2P_display(S1,S2);


 
  

See Also

uW_S2P_write , uW_S2P_display

Authors

Tibault Reveyrand

www.reveyrand.fr