Write S data into a S2P file.
uW_S2P_write(S,filename,comments)
String parameter : filename of the S2P file including the path.
tlist containing the S parameters.
vector of string. The comments line to write into the S2P file.
This function write S parameters data into a S2P file.
// Get the T11 parameter of a measured device // freq=linspace(1,20,201).'; S=uW_cal_thru(freq); filename=tk_getfile("*.s2p"); uW_S2P_write(S,filename,"Thru"); | ![]() | ![]() |
www.reveyrand.fr