sknrf.model.dataviewer.snp
)¶This module converts between the Touchstone text format, the SNP object format, Scikit-rf network, and the sknrf datagroup.
Depedent parameters are assumed to be complex numbers.
sknrf.model.dataviewer.mdif.MDIF, sknrf.model.dataviewer.dataset.DatagroupModel, sknrf.model.dataviewer.dataset.DatasetModel
Bases: MDIFBlock
Bases: MDIFGroup
Bases: MDIF
SNP Object
The SNP object contains a SNPGroup for each measurement. It allows read/write access to the SNP file format.
Name of the SNP file.
Creation date/time of the SNP File
SNPGroup
objectsReads a Touchstone text file into the SNP object.
SNP filename.
A new SNP object.
Reads a Touchstone text file into the scikit-rf network object.
SNP filename.
A new Scikit-rf network object.
Reads an MDIF text file dataBlock into a dataset.
Parent datagroup where the resulting dataset is stored.
MDIF filename.
MDIF dataBlock index
If True (default), use the MDIF dataBlock name as the dataset name. If False, use the MDIF filename as the dataset name.
A new dataset.
Reads an MDIF text file into an existing datagroup.
MDIF filename.
A new datagroup.
Writes a SNP object to an SNP text file.
SNP filename.
Writes a Scikit-rf network to an SNP text file.
Scikit-rf network
SNP filename.