sknrf.model.dataviewer.dataset
)¶This module stores measurement data into a hierarchial HDF5 database consisting of the following organization.
v1
i1
z1
…
v1
i1
z1
…
…
v1
i1
z1
…
This ensures that related measurement datasets can be stored inside the same database datagroup.
sknrf.model.dataviewer.equation.EquationModel, sknrf.model.dataviewer.equation.SignalArray
Bases: Dataset
Subclass of PyTables CArray designed to avoid numpy limitation that arrays cannot exceed 32 dimensions
Bases: H5File
Database representation of an IQ Waveform
Absolute filename of the database.
‘r’ - read access, ‘w’ - write access, ‘a’ - append to existing database.
Bases: object
Bases: Group
Bases: BaseWCArrayGroup
Bases: BaseWCArrayGroup
Bases: BaseWCArrayGroup
Database representation of a Dataset
Add new dataset.
Equation name.
Returns true if dataset has existing equation name.
Equation name.
True if dataset has equation name, else False.
Gets the equation by name.
Equation name.
Sets the equation by name.
Equation name.
Remove the equation by name.
Equation name.
Bases: H5File
Database representation of a Datagroup
Name of the file on disk, or file-like object. Note: for files created with the ‘core’ driver, HDF5 still requires this be non-empty.
r Readonly, file must exist (default) r+ Read/write, file must exist w Create file, truncate if exists w- or x Create file, fail if exists a Read/write if exists, create otherwise
Name of the driver to use. Legal values are None (default, recommended), ‘core’, ‘sec2’, ‘stdio’, ‘mpio’, ‘ros3’.
See also
h5py.File
Add new dataset.
Dataset name.
Ports to be included in measurement.
DUTS to be included in measurement.
MIPIs to be included in measurement.
Videos to be included in measurement.
Parametric sweeps stored inside the dataset.
Single measurement stored inside the dataset
Returns true if datagroup has existing dataset name.
Dataset name.
True if datagroup has dataset name, else False.
Gets the dataset by name.
Dataset name.
The selected dataset.
Remove the dataset by name.
Dataset name.
Bases: QStandardItemModel
The selected dictionary value based on the selected row.
Set the selected dictionary value
The table row to be selected.