<< uW_CSV_read S2P files uW_S1P_write >>

Microwave Toolbox >> S2P files > uW_S1P_read

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

Authors

Tibault Reveyrand

www.reveyrand.fr


Report an issue
<< uW_CSV_read S2P files uW_S1P_write >>