BoardConfig.SetExtClockType()

Sets the external clock type.

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

Function Prototype

VB .NET

Public Function SetExtClockType(ByRef clkType As MccDaq.ExtClockType) As MccDaq.ErrorInfo

C# .NET

public MccDaq.ErrorInfo SetExtClockType(ExtClockType clkType)

Parameters

clkType

The external clock type. All extclkType settings are MccDaq.ExtClockType enumerated constants. Valid values are Continuous and Gated.

Returns