sknrf.model.dataviewer.equation
)¶This module stores custom post-measurement calculations inside a dataset.
sknrf.model.dataviewer.dataset.DatagroupModel, sknrf.model.dataviewer.dataset.DatasetModel
Bases: object
Dataset Equation Model
A string name
A string expression in terms of current dataset attributes that evaluates to a value using the built-in eval() function.
Reference to the current dataset.
Name of the dataset equation.
Evaluate the Dataset Equation expression based on attributes in the current dataset
Reference to the current dataset.
A string expression in terms of current dataset attributes that evaluates to a value using the built-in eval() function.
Bases: QAbstractTableModel
The selected dictionary value based on the selected row.
Set the selected dictionary value
The table row to be selected.
Get the table data.
The table index to get.
The requested data role to get.
The return type is determined by the data role.