write
Write RF data from circuit or data object to file
Description
status = write(
writes information from data
,filename
,dataformat
,funit
,printformat
,freqformat
)data
to the specified file. The
write
function returns True
if the operation is
successful and returns False
otherwise.
Note
The method only writes property values from data
that the
specified output file supports. For example, Touchstone files, which have the .snp
, .ynp
,
.znp
, or .hnp
extension, do not support noise
figure or output third-order intercept point. Consequently, the write
method does not write these property values to these such files.
Examples
Input Arguments
References
[1] EIA/IBIS Open Forum, “ Touchstone File Format Specification,” Rev. 1.1, 2002 (https://ibis.org/connector/touchstone_spec11.pdf)
Version History
Introduced before R2006a