Sets the external clock type.
Member of the cBoardConfig class. Accessible from the MccBoard.BoardConfig property.
VB .NET
Public Function SetExtClockType(ByRef clkType As MccDaq.ExtClockType) As MccDaq.ErrorInfo
C# .NET
public MccDaq.ErrorInfo SetExtClockType(ExtClockType clkType)
clkType
The external clock type. All extclkType settings are MccDaq.ExtClockType enumerated constants. Valid values are Continuous and Gated.