Returns the total number of analog input channels logged in a binary file.
C/C++
int cbLogGetAIChannelCount(char* Filename, int* AICount)
Visual Basic
Function cbLogGetAIChannelCount(ByVal Filename$, ByRef AICount&) As Long
Filename
The name of the file to retrieve the information from.
AICount
The number of analog input channels logged in the binary file.