LibTiePie
0.4.5
Library for interfacing TiePie engineering instruments
|
This section contains all record length related functions.
The record length defines the number of samples in a measurement. With a given sample frequency, the record length determines the duration of the measurement. Increasing the record length, will increase the total measuring time. The result is that more of the measured signal is visible.
The maximum supported record length depends on the used instrument and its configuration. Use ScpGetRecordLengthMax to determine the maximum supported record length of a device.
The record length can be affected by changing the channel enable, resolution, measure mode and/or sample frequency.
By default the record length is set to: 5000 samples.
Functions | |
uint64_t | ScpGetRecordLengthMax (TpDeviceHandle_t hDevice) |
Get the maximum supported record length of a specified device. More... | |
uint64_t | ScpGetRecordLength (TpDeviceHandle_t hDevice) |
Get the currently selected record length. More... | |
uint64_t | ScpSetRecordLength (TpDeviceHandle_t hDevice, uint64_t qwRecordLength) |
Set the record length. More... | |
uint64_t ScpGetRecordLengthMax | ( | TpDeviceHandle_t | hDevice | ) |
Get the maximum supported record length of a specified device.
hDevice | A device handle. |
uint64_t ScpGetRecordLength | ( | TpDeviceHandle_t | hDevice | ) |
Get the currently selected record length.
hDevice | A device handle. |
uint64_t ScpSetRecordLength | ( | TpDeviceHandle_t | hDevice, |
uint64_t | qwRecordLength | ||
) |
Set the record length.
hDevice | A device handle. |
qwRecordLength | The required record length, in samples. |