ReserveAcqSink

IAcqSink IAcquisition.ReserveAcqSink(int capacity, AcqSinkMode mode)

Reserves an acquisition sink for collection of samples and trigger occurrences.

Parameters
  • capacity – Capacity of the sample buffer in number of samples. Negative value means ‘infinite’ capacity.

  • mode – Mode of operation in case of sample buffer overflow.

Returns

IAcqSink – Reserved acquisition sink.

Throws

System.ObjectDisposedException – Object is disposed.