Main Content
addNewMemory
Class: soc.sdk.Hardware
Namespace: soc.sdk
Add new memory to the hardware
Syntax
memoryObj = addNewMemory(hardwareObj,name)
Description
creates a new memoryObj
= addNewMemory(hardwareObj
,name
)soc.sdk.Memory
object, with the
Name
property set to name
, and adds the new object
to the soc.sdk.Hardware
object.
Input Arguments
Output Arguments
Version History
Introduced in R2019b