write_var()
Writes dataset variables to a file
Syntax y = write_var(FileName, WriteMode, Comment, Delimiter, Format, Precision, Var1, Var2,...,VarN)
Arguments
Examples
write_var_f = write_var("output_S21.txt","W","! Freq real(S21) imag(S21)"," ", "f", ,freq, S21) writes S21 to the output file output_S21.txt as: ! Freq real(S21) imag(S21) 1000000000 0.60928892074273 -0.10958342264718 2000000000 0.52718867597783 -0.13319167002392 3000000000 0.4769067837712 -0.12080489345341 wv_ib=write_var("output_hbIb.txt","W","! HB Ib.i", " ", "f", freq, Ib.i) write the Harmonic Balance frequency and current Ib.i to the output file output_hbIb.txt.
Defined in
$HPEESOF_DIR/expressions/ael/utility_fun.ael
See Also
Notes/Equations
This function can be used to write multiple dataset variables to a file. Currently only 1 dimensional data is supported. All variables that are to be written must be of the same size. Each variable data is written in column format. Complex data type is written in 2 columns as real and imaginary.
Privacy
Statement
|
Terms of Use
|
Legal |
Contact Us
|
© Agilent 2000-2008 ![]()