NI-Digital Pattern Driver C Function Reference

niDigital_CreateCaptureWaveformParallel

  • Updated2023-11-24
  • 1 minute(s) read

niDigital_CreateCaptureWaveformParallel

Capture Memory Group

Sets the capture waveform settings for parallel acquisition. Settings apply across all sites if multiple sites are configured in the pin map. You cannot reconfigure settings after waveforms are created.

C Function Prototype: ViStatus niDigital_CreateCaptureWaveformParallel (ViSession vi, ViConstString pinList, ViConstString waveformName)

Parameter Description
vi The specified instrument session the niDigital_init or niDigital_InitWithOptions function returns.
pinList List of capture pins from the waveform. The pinList must match the capture pins in the pattern that references the waveform. The pin order in the pinList determines the bit positions of the data captured by the niDigital_FetchCaptureWaveform function.
waveformName Waveform name you want to use. Use the waveformName with the capture_start opcode in your pattern.

Return value: Reports the status of the operation.