WithInterval¶
-
System.Collections.ICollection<System.Tuple<ISignal, double>> IAcquisitionSignalCollection.WithInterval { get; }¶
Gets the collection of signals of this acquisition.
- Value
ICollection<Tuple<ISignal, double>> – Collection of tuples of signal and sample interval of this acquisition.
- Throws
CommunicationErrorException– Protocol error.ConnectionLostException– Connection to controller lost.RebootedException– Controller has been rebooted since this object reference was retrieved, invalidating this reference.System.ObjectDisposedException– Object is disposed.