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);
Authors
- Tibault Reveyrand
www.reveyrand.fr