*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit c4811863 authored by Carl-Martin Pfeiler's avatar Carl-Martin Pfeiler
Browse files

help for OutputOptions class added

parent e9193579
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,12 @@
class OutputOptions:
'''
Objects of this class are meant to control what is written out during simulation
However, we suggest using the .SetXYZ() methods from the Integrator class,
those are available for the most important members of this class.
--> See help(Integrator)
'''
# description
def __init__(self, other=None):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment