A Recorder that saves Node values to a CSV file.
This class uses the csv package from the Python standard library. API Referencearrow-up-right
model
The model to record nodes from
Optional
csvfile
The path to the CSV file
Required
scenario_index
The scenario index of the model to save
nodes
An iterable of nodes to save data. It defaults to None which is all nodes in the model
kwargs
Additional keyword arguments to pass to the csv.writer object
coming soon...
{ }
Last updated 1 year ago
Was this helpful?