data_length
Description
Specifies the Data Length which is the number of data points that the waveform will contain.
Syntax
UInt64 data_length
Read
Gets the current Data Length.
Example
unsigned wfDL;
wfDL = awg.data_length;
Write
Sets the new Data Length.
Example
awg.data_length = 0x4000;
Notes
When the user calls the user_define_file method, the method will return the number of points found in the .UDA file which you can set as the Data Length.