IOM_plugin_parameters

About the IOM_plugin_parameters class

The WaveBlocks Project

@author: R. Bourquin @copyright: Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015, 2016 R. Bourquin @license: Modified BSD License

Class documentation

The WaveBlocks Project

IOM plugin providing functions for handling simulation parameter data.

@author: R. Bourquin @copyright: Copyright (C) 2011, 2012, 2016 R. Bourquin @license: Modified BSD License

IOM_plugin_parameters.add_parameters(self, blockid='global')[source]

Add storage for the simulation parameters.

Parameters:blockid – The ID of the data block to operate on.
IOM_plugin_parameters.delete_parameters(self, blockid='global')[source]

Remove the stored simulation parameters.

Parameters:blockid – The ID of the data block to operate on.
IOM_plugin_parameters.has_parameters(self, blockid='global')[source]

Ask if the specified data block has the desired data tensor.

Parameters:blockid – The ID of the data block to operate on.
IOM_plugin_parameters.load_parameters(self, blockid='global')[source]

Load the simulation parameters.

Parameters:blockid – The ID of the data block to operate on.
IOM_plugin_parameters.save_parameters(self, parameters, blockid='global')[source]

Save the simulation parameters.

Parameters:
  • parameters – The simulation parameters to store.
  • blockid – The ID of the data block to operate on.
IOM_plugin_parameters.update_parameters(self, parameters, blockid='global')[source]

Update the parameters by some new values.

Parameters:
  • parameters – The parameters containing updated values.
  • blockid – The ID of the data block to operate on.