Primitives
sessionPolicyWatcher
Plot local watcher phase and global dominance from session watcher state
sessionPolicyWatcher (all)
Plot local watcher phase and global dominance from session watcher state
Input parameters
| Prop | Type | Default | Description |
|---|---|---|---|
id | string | - | Optional watcher instance id |
regimeId | string | - | Optional sessionRegime id to read from context |
plot | boolean | - | Whether to plot local phase and global dominance |
plotName | string | - | Plot series prefix for the watcher lanes |
plotWidth | number | - | Line width used for both watcher plots |
localPlotPadding | number | - | Padding added to bar.close for the local phase plot |
globalPlotPadding | number | - | Padding added to bar.close for the global dominance plot |
SQL example
TICK sessionRegime id="net" useSwingResistance=true interval=1000 intervalRes=5000
TICK sessionPolicyWatcher regimeId="net" plot=true localPlotPadding=3 globalPlotPadding=-3