memory_depth


Description

Specifies the maximum memory depth available to the module.

Syntax

UInt64 memory_depth

Read

Gets the current Memory Depth.

Example

unsigned memoryDepth;
memoryDepth = dsm.memory_depth;

Write

Sets new Memory Depth.

Example

dsm.memory_depth = 0x80000;

Notes

Normally, you should just set this property to the memory depth of the memory. For DSM modules you should set memory_depth to "524288".