dandeliion.client.Solution
- class dandeliion.client.Solution(sim: Simulation)[source]
Dictionary-style class for the solutions of a simulation run returned by
solve(). Currently contains:‘Time [s]’
‘Voltage [V]’
‘Current [A]’
- __init__(sim: Simulation)[source]
- Parameters:
sim (Simulation) – Dandeliion simulation run (has to have finished successfully)
Methods
__init__(sim)clear()copy()has_key(k)items()keys()pop(*args)update(*args, **kwargs)values()Attributes
stop_messagestop message for simulation run linked to this solution
valid_keys