uW_S1P_write — Write S data into a S1P file.
uW_S1P_write(S,filename,comments)
String parameter : filename of the S1P file including the path.
tlist containing the S parameter.
vector of string. The comments line to write into the S1P file.
// Calkit offset delay=uW_cal_offset2delay(5); // Open coefficients open_anritsu=uW_cal_define_standard("O",5e-15,60e-27,-11e-36,0.41e-45,'delay='+string(delay)); // Frequency frequency=(10^9)*linspace(1,20,100).'; // Reflexion coefficient S=uW_cal_standard(frequency,open_anritsu); // Display uW_S2P_display(S) // Save uW_S1P_write(S,"toto.s1p","Made with Scilab");