memory_dump


Description

Specifies if Memory Dump is enabled.

Syntax

Boolean memory_dump

Read

Gets the current status of Memory Dump.

Example

bool memoryDumpEnabled;
memoryDumpEnabled = dsm.memory_dump;

Write

Sets Memory Dump either on or off. Specified in boolean.

Example

dsm.memory_dump = true;

Notes

If this property is set to "true" then the waveform data will be dumped to a .dat file in the same folder as your executable program every time a waveform is downloaded. Please note that the data is dumped into only one file so the contents of that file will contain only the data of the last waveform downloaded.