BoardConfig.GetDiRetrigCount() method

Returns the number of digital input 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 GetDiRetrigCount(ByRef configVal As Integer) As MccDaq.ErrorInfo

C# .NET

public MccDaq.ErrorInfo GetDiRetrigCount(System.Int32 configVal)

Parameters

configVal

Returns the number of digital input samples to acquire when RetrigMode is set.

Returns