Model.hm_getmemoryinfo#

Model.hm_getmemoryinfo()#

Returns a list of system memory information. This is available on Windows and platforms only.

Returns:

Example#

Get the system memory information#
import hm
import hm.entities as ent

model = hm.Model()

_, result = model.hm_getmemoryinfo()

print("memoryInfo:", result.memoryInfo)