BoardConfig.GetCtrRetrigCount() method

Returns the number of samples per trigger 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 GetCtrRetrigCount(ByRef configVal As Integer) As MccDaq.ErrorInfo

C# .NET

public MccDaq.ErrorInfo GetCtrRetrigCount(out int configVal)

Parameters

configVal

The number of samples per trigger to acquire in retrigger mode.

Returns