From 12f221dfaff8f296e2689f5f420ad6f57575ab3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20M=C3=A4rki?= Date: Mon, 9 Apr 2018 14:14:33 +0200 Subject: [PATCH] Make sure waveforms matching -RLLE-DSP: are not kept for 6M --- policies/llrf.policies | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/policies/llrf.policies b/policies/llrf.policies index 7c93235..75eb3f8 100644 --- a/policies/llrf.policies +++ b/policies/llrf.policies @@ -160,6 +160,30 @@ Examples for ttl settings: "modulo":3600000 /* 1 point every 1 hour */ } + ], + "waveform":[ + { + "ttl":"P2D", + "modulo":1 + } + , + { + "ttl":"P2M", + "modulo":100 + /* 1 point every 1 second */ + } + , + { + "ttl":"P10Y", + "modulo":60000 + /* 1 point every 10 minutes */ + } + , + { + "ttl":"P100Y", + "modulo":3600000 + /* 1 point every 1 hour */ + } ] } }