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