data_length
Description
Specifies the length of the waveform which is the amount of memory addresses to make available for chirping.
Syntax
Read
Gets the current Data Length.
Example
unsigned wfDL;
wfDL = dsm.data_length;
Write
Sets the new Data Length.
Example
dsm.data_length = 0x40;
Notes
The Data Length should always be either less than or equal to the memory_depth.
For the DSM303, the maximum Data Length is 458,640 (0x6FF90) frequency words. For the DSM303-4, the
maximum Data Length is 519,684 (0x7EE04) frequency words.
| Module | Max Data Length (Decimal) | Max Data Length (Hex) |
| DSM303 | 458,640 | 0x6FF90 |
| DSM303-4 | 519,684 | 0x7EE04 |
For more details regarding the Data Length, please see the
DSM GUI Manual.