AddSignalWithInterval

virtual void IAcquisition::AddSignalWithInterval(const std::tuple<PSignal, double> item) = 0

Adds signal with specified sample interval to collection; it is allowed to add signals multiple times.

Parameters

item – Tuple containing the signal (element 0) and the sample interval in seconds (element 1).

Throws
Remarks

The sample interval value is rounded to the nearest supported sample interval.