BoardConfig.SetDiRetrigCount()

Sets 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 SetDiRetrigCount(ByRef configVal As Integer) As MccDaq.ErrorInfo

C# .NET

public MccDaq.ErrorInfo SetDiRetrigCount(int configVal)

Parameters

configVal

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

Returns