BoardConfig.SetDoRetrigCount()

Sets the number of digital output samples to generate during each trigger event when ScanOptions.RetrigMode is enabled.

Member of the cBoardConfig class. Accessible from the MccBoard.BoardConfig property.

Function Prototype

VB .NET

Public Function SetDoRetrigCount(ByRef configVal As Integer) As MccDaq.ErrorInfo

C# .NET

public MccDaq.ErrorInfo SetDoRetrigCount(int configVal)

Parameters

configVal

The number of digital output samples to generate when RetrigMode is set.

Returns