pogona.PlotterTerminal
- class pogona.PlotterTerminal[source]
Bases:
ComponentProduces additional logging output in each time step.
Attributes
Unique name of this component, unless it is "Generic component".
Methods
__init__()finalize(simulation_kernel)initialize(simulation_kernel, init_stage)Use
InitStagesto initialize this Component instance.process_new_time_step(simulation_kernel, ...)set_arguments(**kwargs)Read arguments as key value pairs and set this component's member variables accordingly.
- finalize(simulation_kernel: SimulationKernel)
- initialize(simulation_kernel: SimulationKernel, init_stage: InitStages)[source]
Use
InitStagesto initialize this Component instance.
- process_new_time_step(simulation_kernel: SimulationKernel, notification_stage: NotificationStages)[source]
- set_arguments(**kwargs)
Read arguments as key value pairs and set this component’s member variables accordingly. Validity of the argument values will be checked in
initialize().
- component_name = 'Generic component'
Unique name of this component, unless it is “Generic component”.
- id
Unique integer component ID
- log_all_molecules = False
- log_first_molecule = False