diff --git a/_setup/outputOptions.py b/_setup/outputOptions.py
index 03272ebbcb8f446ed4a7ffa754212c07170e6b23..d2556f637b81fceb3699e59a8578c1a222deaeb4 100644
--- a/_setup/outputOptions.py
+++ b/_setup/outputOptions.py
@@ -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):