BoardConfig.GetAdRetrigCount() method

Gets 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 GetAdRetrigCount(ByRef retrigCount As Integer) As MccDaq.ErrorInfo

C# .NET

public MccDaq.ErrorInfo GetAdRetrigCount(System.Int32 retrigCount)

Parameters

retrigCount

Specifies the number of samples to acquire for each trigger event when RetrigMode is set.

Returns