import_plug_values

import_plug_values(plugs: list(Plug), filename: unicode) → None

Import the plugs values from a file and apply them.

Make sure to call modify_begin() before to call this function.

Parameters:
  • plugs (list(Plug)) – The channels to import from the file. If empty, imports everything.
  • filename (unicode) – The file path, the extension should be “.rumbapose”
Return type:

None

Raises:

RuntimeError – in case of reading errors.