Save all skrf objects in the local namespace.
This is used to save current workspace in a hurry, by passing it the output of locals() (see Examples). Note this can be used for other modules as well by passing a different module name.
Parameters : | dict_objs : dict
file : str or file-object, optional
module : str, optional
exclude_prefix: str, optional :
|
---|
See also
Examples
Write out all skrf objects in current namespace.
>>> rf.write_all(locals(), 'mysesh.p')