Name

uW_S1P_write — Write S data into a S1P file.

Calling Sequence

uW_S1P_write(S,filename,comments)

Parameters

filename

String parameter : filename of the S1P file including the path.

S

tlist containing the S parameter.

comments

vector of string. The comments line to write into the S1P file.

Description

This function write S parameter data into a S1P file.

Examples


// 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");

 
  

See Also

uW_S1P_read , uW_S2P_display

Authors

Tibault Reveyrand

www.reveyrand.fr