Skip to content

Commit 91111c7

Browse files
committed
feat: Added plotter for PilotMonitoring
1 parent 118af7a commit 91111c7

File tree

1 file changed

+2
-1
lines changed
  • docs/source/DeveloperGuide/Systems/Monitoring

1 file changed

+2
-1
lines changed

docs/source/DeveloperGuide/Systems/Monitoring/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,12 @@ A new monitoring type can be added:
5555

5656
self.setKeyFields( ['cond1', 'cond2'] )
5757
self.setMonitoringFields( [ 'ex1' ] )
58-
- create the plotter: MonitoringSystem/Client/private/Plotters/ExamplePlotter.py
58+
- create the plotter: MonitoringSystem/private/Plotters/ExamplePlotter.py
5959
Note: The file name must ends with Plotter word.
6060
You have to implement two functions:
6161

6262
def _reportExample( self, reportRequest ):
63+
6364
def _plotExample( self, reportRequest, plotInfo, filename ):
6465

6566
In the Monitoring page you will see and Example. But if you want to rename it:

0 commit comments

Comments
 (0)