File tree Expand file tree Collapse file tree
python_package/examples/tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 board = BoardShim (BoardIds .ANT_NEURO_EE_411_BOARD , params ) # 8 channel amplifier
88 board .prepare_session ()
99
10+ # Get amplifier info
11+ print (f"get_type: { board .config_board ('get_type' )} " )
12+ print (f"get_firmware_version: { board .config_board ('get_firmware_version' )} " )
13+ print (f"get_serial_number: { board .config_board ('get_serial_number' )} " )
14+ print (f"get_sampling_rates_available: { board .config_board ('get_sampling_rates_available' )} " )
15+ print (f"get_reference_ranges_available: { board .config_board ('get_reference_ranges_available' )} " )
16+ print (f"get_bipolar_ranges_available: { board .config_board ('get_bipolar_ranges_available' )} " )
17+ print (f"get_power_state: { board .config_board ('get_power_state' )} " )
18+
1019 # Get impedance data
1120 board .config_board ('impedance_mode:1' )
1221 board .start_stream ()
You can’t perform that action at this time.
0 commit comments