Memory

SCPI Command :

MEMory:HFRee
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class HfreeStruct[source]

Structure for reading output parameters. Fields:

  • Total_Phys_Mem_Kb: 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]
# MEMory:HFRee
value: HfreeStruct = driver.memory.get_hfree()

Returns the used and available memory in Kb.

Returns:

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