load

Class method.

load(path)

Loads a nMPyC system object from a file.

The specified path must lead to a file that was previously saved with save().

Parameters:

path (str) – String defining the path to the file containing the nMPyC system object.

For example

>>> system.load('system.pickle')

will load the system previously saved with save().