Script
iota.session.Script()
Description Iota Script object.
Methods
Variables
name
(str) mesh namedescription
(str) mesh descriptionid
(int) mesh Id
Methods
Execute the method contained in the script In order to attach the script to other analysis, like Coarse Graining, this method must accept the scenario as argument No return is expected from this method
Arguments
scenario
: (iota.session.Scenario) scenario object (Default: None)**kwargs
: any arguments the script may require
Example
Execute the method that returns a scalar numeric variable In order to attach the script to a tale of variables, this method must accept the scenario as argument
Arguments
scenario
: (iota.session.Scenario) scenario object (Default: None)**kwargs
: any arguments the script may require
Example
Delete script from the project
Example
Last updated
Was this helpful?