Read data from a S1P file.
S=uW_S1P_read(filename)
String parameter : filename of the S1P file including the path.
tlist containing the S parameter.
This function read S parameters from a S1P file.
// Get the S11 parameter of a measured device // filename=tk_getfile("*.s2p"); S=uW_S1P_read(filename); uW_S2P_display(S); | ![]() | ![]() |
www.reveyrand.fr