uW_S2P_flip - Flip port 1 and 2 from a S2P object.
This function flips S parameters from a S2P data.
path="/home/tibo/Documents/XLIM/Ramadan/S4P/ramadan_s4p/"; file1="alla_s_1_2.s2p"; file2="alla_s_2_1.s2p"; S=uW_S2P_read(path+file1); S=uW_S2P_flip(S); // ### Help need uW_S2P_write(S,path+file2,"Generated with Scilab - www.microwave.fr")