Main Content

soc.sdk.Memory Class

Namespace: soc.sdk

Memory on a hardware board

Since R2019b

Description

Memory object that represents the memory on the hardware board.

Creation

Description

memoryObj = soc.sdk.Memory(Name) creates a new soc.sdk.Memory object, with the Name property set to name.

Input Arguments

expand all

Name of the memory owned by a hardware board.

Properties

expand all

Name of the memory owned by a hardware board, specified as a character vector.

Example: 'MyMemory'

Attributes:

GetAccess
public
SetAccess
public

Data Types: char

The size of the memory, specified as a positive scalar in MB.

Example: 512

Attributes:

GetAccess
public
SetAccess
public

Data Types: double

Version History

Introduced in R2019b