sknrf.model.dataviewer.mdif
)¶This module converts between the MDIF text format, the MDIF object format, and the sknrf datagroup.
Depedent parameters are assumed to be complex numbers.
Dependent parameters cannot be sparse matricies
Dependent paramters cannot contain measurement units
sknrf.model.dataviewer.dataset.DatagroupModel, sknrf.model.dataviewer.dataset.DatasetModel, sknrf.model.dataviewer.snp.SNP
Bases: object
MDIF Block Object
The MDIF Block contains the measurement response for a given measurement sweep index.
Values of the sweep parameters.
Values of the attributes parameters.
Values of the independent parameter.
Values of the dependents parameters.
Bases: object
MDIF Group Object
The MDIF Group contains a MDIFBlock for each measurement sweep index.
Name of the MDIF file.
Name of the measurement type.
Names of the sweep parameters.
Data types of the sweep parameters.
Names of the attribute parameters.
Data types of the attribute parameters.
Names of the independent (inner) sweep parameter.
Data type of the independent sweep parameter.
Names of the dependent parameters.
Data types of the dependent parameters.
MDIFBlock
objectsBases: object
MDIF Object
The MDIF object contains a MDIFGroup for each measurement. It allows read/write access to the MDIF file format.
Name of the MDIF file.
Creation date/time of the MDIF File
MDIFGroup
objectsReads an MDIF text file into the MDIF object.
MDIF filename.
A new MDIF 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 MDIF object to an MDIF text file.
MDIF filename.
Writes a dataset to an MDIF text file.
Parent datagroup where the resulting dataset is stored.
MDIF filename.
Writes a datagroup to an MDIF text file.
Parent datagroup where the resulting dataset is stored.
MDIF filename.