Capabilities information about the DAQ system. More...
#include <CDAQController.h>
Public Member Functions | |
DWORD | getBufSize () const |
size of sample buffer | |
WORD | getMaxItems () const |
maximum number of DAQ items configurable | |
BYTE | getMaxItemSize () const |
WORD | getNumItems () const |
DWORD | getTick_ns () const |
std::string | toString () const |
Returns contents of this object in human readable form. |
Capabilities information about the DAQ system.
Python example: data_recorder_with_daq.py
|
inline |
Python example: daq_simple.py
WORD isys::CDAQInfo::getNumItems | ( | ) | const |
|
inline |
Returns duration of DAQ clock tick in ns. All times returned by methods in CDAQ
classes are returned as the number of DAQ clock ticks. Use value returned by this method to calculate real time:
realTimeInSeconds = daqTime * getTick_ns() / 1'000'000'000.0