memory_dump


Description

Specifies if Memory Dump is enabled. If Memory Dump is enabled, the program will dump memory to a .dat file with the Waveform Name (method get_WF_name) into the Memory Dump location (property Dump_Directory).

Syntax

Boolean memory_dump

Read

Gets the current status of Memory Dump. Specified in boolean.

Example

bool memoryDumpEnabled;
memoryDumpEnabled = dsm.memory_dump;

Write

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

Example

dsm.memory_dump = true;