skrf.media.mline.MLine.write_csv¶
- MLine.write_csv(filename='f,gamma,Z0,z0.csv')¶
write this media’s frequency, gamma, Z0, and z0 to a csv file.
- Parameters:
filename (string, optional) – file name to write out data to. Default is ‘f,gamma,Z0,z0.csv’, so you probably want to specify it.
See also
from_csv
class method to initialize Media object from a csv file written from this function