Time

class pymiso.Time(conf: Conf)[source]

Bases: object

Class for handling the simulation time

Methods Summary

load(n_output)

Load the simulation time at a specified time index

Methods Documentation

load(n_output: int)[source]

Load the simulation time at a specified time index

Parameters:

n_output (int) – The output number to load the time data from

__init__(conf: Conf)[source]

Initialize Time class instance

Parameters:

conf (Conf) – Instance of Conf class