From 6bf3a0d2337b10094a2bfba85f5e0792b5bda486 Mon Sep 17 00:00:00 2001 From: Mehdi Alem Date: Mon, 22 Jul 2024 14:25:11 +0200 Subject: [PATCH] Adapt scope example to address the change in scope module averager --- examples/scope_module.md | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/scope_module.md b/examples/scope_module.md index a33982b..7a42846 100644 --- a/examples/scope_module.md +++ b/examples/scope_module.md @@ -104,7 +104,6 @@ MIN_NUMBER_OF_RECORDS = 20 scope_module = session.modules.scope scope_module.mode(1) -scope_module.averager.weight(1) scope_module.historylength(20) scope_module.fft.window(0) ```