You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description of issue
Currently, History RAM (HRAM) configuration can be done via a set of properties or using a set of configure_history_ram_xyz methods. Fetching of HRAM samples is done by calling get_history_ram_sample_count to get the number of samples and then calling fetch_history_ram_cycle_xyz in a loop.
Usability can be improved by getting rid of configure_history_ram_xyz methods and providing a multi-sample fetch API.
The text was updated successfully, but these errors were encountered:
Currently, History RAM (HRAM) configuration can be done via a set of properties or using a set of
configure_history_ram_xyz
methods. Fetching of HRAM samples is done by callingget_history_ram_sample_count
to get the number of samples and then callingfetch_history_ram_cycle_xyz
in a loop.Usability can be improved by getting rid of
configure_history_ram_xyz
methods and providing a multi-sample fetch API.The text was updated successfully, but these errors were encountered: