download


Description

Downloads the built-in waveform parameters to the DSM board.

Syntax

C++
void download()

Arguments

None

Return Value

None

Example

dsm.download();

Notes

This function is only needed to download built-in waveforms. Built-in waveforms are any waveforms that use the chirp1, chirp2 and chirp3 properties. If you use the user_define_bulk or the user_define_file functions then you do not need to use this function.

You should use the stop method then the flush method before downloading to stop the module memory and reset the memory address to zero.