BoardConfig.SetDisoFilter()

Sets the AC filter setting for the USB-PDISO8 and USB-PDISO8/40.

Member of the cBoardConfig class. Accessible from the MccBoard.BoardConfig property.

Function Prototype

VB .NET

Public Function SetDisoFilter(bitNum As Integer, enabled As Integer) As MccDaq.ErrorInfo

C# .NET

public MccDaq.ErrorInfo SetDisoFilter(int bitNum, int enabled)

Parameters

bitNum

The AC filter setting.

Returns