We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 118af7a commit 91111c7Copy full SHA for 91111c7
docs/source/DeveloperGuide/Systems/Monitoring/index.rst
@@ -55,11 +55,12 @@ A new monitoring type can be added:
55
56
self.setKeyFields( ['cond1', 'cond2'] )
57
self.setMonitoringFields( [ 'ex1' ] )
58
- - create the plotter: MonitoringSystem/Client/private/Plotters/ExamplePlotter.py
+ - create the plotter: MonitoringSystem/private/Plotters/ExamplePlotter.py
59
Note: The file name must ends with Plotter word.
60
You have to implement two functions:
61
62
def _reportExample( self, reportRequest ):
63
+
64
def _plotExample( self, reportRequest, plotInfo, filename ):
65
66
In the Monitoring page you will see and Example. But if you want to rename it:
0 commit comments