Scilab Function
Last update : 03/07/2009
uW_S2P_write - Write S data into a S2P file.
Calling Sequence
-
uW_S2P_write(S,filename,comments)
Parameters
-
filename
: String parameter : filename of the S2P file including the path.
-
S
: tlist containing the S parameters.
-
comments
: vector of string. The comments line to write into the S2P file.
Description
This function write S parameters data into a S2P file.
Examples
// 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");
See Also
uW_S2P_read
,
uW_S2P_display
,
Authors
-
Tibault Reveyrand
www.reveyrand.fr
Used Function
None