Skip to content

Commit

Permalink
Adapt scope example to address the change in scope module averager (#280
Browse files Browse the repository at this point in the history
)
  • Loading branch information
mehdialem committed Jul 23, 2024
1 parent 3bec387 commit 6219fe2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/scope_module.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ MIN_NUMBER_OF_RECORDS = 20

scope_module = session.modules.scope
scope_module.mode(1)
scope_module.averager.weight(1)
scope_module.historylength(MIN_NUMBER_OF_RECORDS)
scope_module.fft.window(0)
```
Expand Down

0 comments on commit 6219fe2

Please sign in to comment.