BoardConfig.SetAdRetrigCount()

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.

Function Prototype

VB .NET

Public Function SetAdRetrigCount(ByRef retrigCount As Integer) As MccDaq.ErrorInfo

C# .NET

public MccDaq.ErrorInfo SetAdRetrigCount(System.Int32 retrigCount)

Parameters

retrigCount

Specifies 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.

Returns