Name

uW_S1P_read — Read data from a S1P file.

Calling Sequence

S=uW_S1P_read(filename)

Parameters

filename

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

S

tlist containing the S parameter.

Description

This function read S parameters from a S1P file.

Examples


// Get the S11 parameter of a measured device
// 
filename=tk_getfile("*.s2p");
S=uW_S1P_read(filename);
uW_S2P_display(S);


 
  

See Also

uW_S1P_write , uW_S2P_read , uW_S2P_write , uW_S2P_display

Authors

Tibault Reveyrand

www.reveyrand.fr