<< Click to Display Table of Contents >> Navigation: NmxDLL Reference Guide > API (programming interface) > Sampling LowLevel (Time-Triggered Realtime Measurement) > NMX_Sampling_GetMaxSpeed_1 |
This function is used to get the maximum possible sampling speed.
Definition
NMX_STATUS NMX_Sampling_GetMaxSpeed_1(
NMX_PHANDLE pHandle,
unsigned long *pulInSamplePeriodUs);
Parameter
pHandle
pulInSamplePeriodUs
Minimum sample period in µs. The maximum sampling speed is the reciprocal value.
Typical function call (C example)
NMX_Sampling_GetMaxSpeed_1(pHandle, &ulMinSamplePeriod);
.Net DLL specific implementation
NMX_MSTATUS Sampling_GetMaxSpeed_1(
System::IntPtr pHandle,
System::UInt32 %pulInSamplePeriodUs);
Comments
The maximum possible speed for endless sampling may be slower. Consult the users manual of the measurement system for more information about sampling speed.