Sets the number of samples to acquire during each trigger event when ScanOptions.RetrigMode is enabled.
Member of the cBoardConfig class. Accessible from the MccBoard.BoardConfig property.
VB .NET
Public Function SetCtrRetrigCount(ByRef configVal As Integer) As MccDaq.ErrorInfo
C# .NET
public MccDaq.ErrorInfo SetCtrRetrigCount(int configVal)
configVal
The number of samples to acquire per trigger event when RetrigMode is set. Set to zero to use the value of the numPoints argument of the scan function.