public interface ImpedanceCorrectionList extends BaseList<ImpedanceCorrectionList.ImpedanceCorrection>
| Modifier and Type | Interface and Description |
|---|---|
static class |
ImpedanceCorrectionList.ImpedanceCorrection |
static class |
ImpedanceCorrectionList.ImpedanceCorrectionData
Contains the first and last index for a set of Impedance Correction data.
|
| Modifier and Type | Field and Description |
|---|---|
static java.util.Set<ColumnMeta> |
Cols |
| Modifier and Type | Method and Description |
|---|---|
static ImpedanceCorrectionList |
emptyList() |
default java.util.Set<ColumnMeta> |
getColTypes() |
default ListMetaType |
getListMeta() |
float[] |
getScalingFactor() |
float[] |
getScalingFactor(int ndx) |
float |
getScalingFactor(int ndx,
int ofst) |
float[] |
getTap() |
float[] |
getTap(int ndx) |
float |
getTap(int ndx,
int ofst) |
void |
setScalingFactor(float[] factor) |
void |
setScalingFactor(int ndx,
float[] factor) |
void |
setScalingFactor(int ndx,
int ofst,
float factor) |
void |
setTap(float[] tap) |
void |
setTap(int ndx,
float[] tap) |
void |
setTap(int ndx,
int ofst,
float tap) |
CalcListHash, getByID, getByKey, getColumnData, getID, getID, getIndex, getIndexes, getIndexesFromIDs, getIndexesFromKeys, getKey, getKeys, getName, getName, objEquals, objHash, reset, setID, setID, setName, setName, toArrayadd, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArraystatic final java.util.Set<ColumnMeta> Cols
static ImpedanceCorrectionList emptyList()
float getTap(int ndx,
int ofst)
throws PAModelException
PAModelExceptionfloat[] getTap(int ndx)
throws PAModelException
PAModelExceptionfloat[] getTap()
throws PAModelException
PAModelExceptionvoid setTap(int ndx,
int ofst,
float tap)
throws PAModelException
PAModelExceptionvoid setTap(int ndx,
float[] tap)
throws PAModelException
PAModelExceptionvoid setTap(float[] tap)
throws PAModelException
PAModelExceptionfloat getScalingFactor(int ndx,
int ofst)
throws PAModelException
PAModelExceptionfloat[] getScalingFactor(int ndx)
throws PAModelException
PAModelExceptionfloat[] getScalingFactor()
throws PAModelException
PAModelExceptionvoid setScalingFactor(int ndx,
int ofst,
float factor)
throws PAModelException
PAModelExceptionvoid setScalingFactor(int ndx,
float[] factor)
throws PAModelException
PAModelExceptionvoid setScalingFactor(float[] factor)
throws PAModelException
PAModelExceptiondefault java.util.Set<ColumnMeta> getColTypes()
getColTypes in interface BaseList<ImpedanceCorrectionList.ImpedanceCorrection>default ListMetaType getListMeta()
getListMeta in interface BaseList<ImpedanceCorrectionList.ImpedanceCorrection>