BoldMonitor
BoldMonitor(
    populations=None,
    bold_model=None,
    mapping={'I_CBF': 'r'},
    scale_factor=None,
    normalize_input=None,
    recorded_variables=None,
    start=False,
    copied=False,
    net_id=0,
)Monitors the BOLD signal for several populations using a computational model.
Returned by Network.boldmonitor().
The monitor can be started and stopped with start() and stop(). The recorded data is retrieved with get().
Methods
| Name | Description | 
|---|---|
| start | Starts recording as in ANNarchy.core.Monitor.start(). | 
| stop | Stops recording as in ANNarchy.core.Monitor.stop(). | 
| get | Retrieves recordings as in ANNarchy.core.Monitor.get(). | 
start
start()Starts recording as in ANNarchy.core.Monitor.start().
stop
stop()Stops recording as in ANNarchy.core.Monitor.stop().
get
get(variable)Retrieves recordings as in ANNarchy.core.Monitor.get().