Functions for controlling the arbitrary waveform buffer.
Get the minimum length of the waveform buffer.
- Parameters
-
- Returns
- Minimum waveform buffer length in samples.
- Since
- 0.4.2
Get the maximum length of the waveform buffer.
- Parameters
-
- Returns
- Maximum waveform buffer length in samples.
- Since
- 0.4.0
Get the length of the currently loaded waveform pattern.
- Parameters
-
- Returns
- Waveform pattern length in samples.
- Since
- 0.4.0
void GenSetData |
( |
TpDeviceHandle_t |
hDevice, |
|
|
float * |
pBuffer, |
|
|
uint64_t |
qwSampleCount |
|
) |
| |
Load a waveform pattern into the waveform buffer.
- Parameters
-
hDevice | A device handle. |
pBuffer | Pointer to buffer with waveform data. |
qwSampleCount | Number of samples in the pattern. |
- Since
- 0.4.0