public static class SvtChannel.SvtChannelCollection extends AbstractSvtChannel.AbstractSvtChannelCollection<SvtChannel>
SvtChannel
.Constructor and Description |
---|
SvtChannelCollection() |
Modifier and Type | Method and Description |
---|---|
Collection<SvtChannel> |
find(Pair<Integer,Integer> pair)
Find channels that match a DAQ pair (FEB ID, FEB Hybrid ID).
|
int |
findChannelID(int febID,
int febHybridID,
int channel)
Get the SVT channel ID associated with a given FEB ID/Hybrid ID/physical channel.
|
add, findChannel, toString
addAll, clear, contains, delete, get, getCollectionId, getObjects, getTableMetaData, insert, isNew, iterator, loadCsv, select, setCollectionId, setConnection, setTableMetaData, size, sort, sorted, update, writeCsv
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public Collection<SvtChannel> find(Pair<Integer,Integer> pair)
find
in class AbstractSvtChannel.AbstractSvtChannelCollection<SvtChannel>
pair
- the DAQ pair consisting of a FEB ID and FEB Hybrid IDpublic final int findChannelID(int febID, int febHybridID, int channel)
febID
- : The FEB IDfebHybridID
- : The FEB hybrid IDchannel
- : The physical channel number{@link
- RuntimeException} if the channel ID can't be foundCopyright © 2019. All rights reserved.