| filename : str 
Filename of Agilent/Varian binary file to write to. dic : dict 
Dictionary of Agilent/Varian file parameters. data : ndarray 
 torder : {‘f’, ‘r’, ‘o’} 
Trace ordering.  See read() for details. repack : bool, optional 
True to repack file and block headers. False leave as is. overwrite : bool, optional 
Set True to overwrite an existing file, False will raise a Warning if
the file exists. |