WriteToFile

void IAcqSink.WriteToFile(AcqFileFormat format, string filename)

Writes all samples to a file of the specified format.

Parameters
  • format – One of the AcqFileFormat values.

  • filename – Name of file in which samples are stored.

Throws
Remarks

This method may only be called after the complete callback is received.