point_source_electrode.load

point_source_electrode.load(data, blacklist={}, **kwargs) None

Generic loading method for NRV_class instance

Parameters:
  • data (str, dict, nrv_class) –

    data from which the object should be generated:

    • if str, data will be loaded from the corresponding json file

    • if dict, data will be loaded from a dictionnary

    • if nrv_class, same object will be returned

  • blacklist (dict, optional) – Dictionary containing the keys to be excluded from the load

  • **kwargs (dict, optional) – Additional arguments to be passed to the load method of the NRV object