Represents an instance of the cCtrConfig class. Use this property to call counter chip configuration methods.
Member of the MccBoard class.
VB .NET
Public ReadOnly Property CtrConfig As MccDaq.cCtrConfig
C# .NET
public MccDaq.cCtrConfig CtrConfig [get]
The GetCtrType() configuration method is accessible only from the CtrConfig property. Before you call this method, you need to create an instance of an MccBoard object.
Dim MyBoard As MccDaq.MccBoard
MyBoard = New MccDaq.MccBoard(MyBoardNum)
To call this method from the CtrConfig property, use the notation shown in the example below.
MyErrorInfo = MyBoard.CtrConfig.GetCtrType(MyCtrNum, MyCtrType)