BpodSystem.startAnalogViewer()
Description
Launches a viewer for Flex I/O channels configured as analog input.
The Bpod Wiki has moved! Click to be redirected:
Description
Launches a viewer for Flex I/O channels configured as analog input.
The viewer can also be launched from the Bpod console
The viewer can run during the behavior session for online monitoring (note: the UI may add jitter to soft-code processing if using TrialManager).
Pushbuttons are:
REC: Press to record to the current analog data file. Recording starts with the next behavior session.
Note: The analog data file is created automatically when starting a session. It has the same path and naming convention as the primary data file. It can be merged into the primary data file at the end of the session by calling AddFlexIOAnalogData().
DC: Press to subtract the DC offset from all signals (in the viewer only; logged data is unaffected)
s/Div: Adjust seconds per division on the viewer grid. The 'Time' label on the bottom info bar shows the current time per division.
V/Div: Adjust volts per division on the viewer grid.
Syntax
BpodSystem.startAnalogViewer()
Parameters
None
Returns
None
Example
% This code will launch the analog viewer
BpodSystem.startAnalogViewer();