sim_results.save

sim_results.save(save=False, fname='nrv_save.json', blacklist=[], **kwargs)

Save the results object after synchronizing its internal state.

Parameters:
  • save (bool, optional) – If True, write the serialized content to disk.

  • fname (str, optional) – Output filename used when save is True.

  • blacklist (list, optional) – Keys excluded from serialization.

Returns:

Serialized representation returned by NRV_class.save().

Return type:

dict