From cac23e33197be907ba308c554bfb792f8abb21a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Dieudonn=C3=A9?= Date: Tue, 6 May 2025 16:06:55 +0200 Subject: [PATCH] updated docs with ANT commands --- docs/SupportedBoards.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/SupportedBoards.rst b/docs/SupportedBoards.rst index 3368ac24a..c28160de8 100644 --- a/docs/SupportedBoards.rst +++ b/docs/SupportedBoards.rst @@ -1042,6 +1042,7 @@ Supported platforms: Available commands: +- Get amplifier info: :code:`board.config_board("get_info")`, returns json-string with amplifier type, firmware version, serial number, available sampling rates, available reference ranges, available bipolar ranges, and power state. - Set impedance mode: :code:`board.config_board("impedance_mode:1")`, mode 0 or 1. - Set sampling rate: :code:`board.config_board("sampling_rate:500")`, for available values check docs from Ant Neuro. - Set reference range: :code:`board.config_board("reference_range:1.0")`, for available values check docs from Ant Neuro.