Memory

SCPI Command :

MEMory:HFRee
class MemoryCls[source]

Memory commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class HfreeStruct[source]

Structure for reading output parameters. Fields:

  • Total_Phys_Mem_Kb: List[int]: integer Total physical memory.

  • Applic_Mem_Kb: int: integer Application memory.

  • Heap_Used_Kb: int: integer Used heap memory.

  • Heap_Available_Kb: int: integer Available heap memory.

get_hfree() HfreeStruct[source]
# SCPI: MEMory:HFRee
value: HfreeStruct = driver.memory.get_hfree()

Returns the used and available memory in Kb.

return

structure: for return value, see the help for HfreeStruct structure arguments.