Expand description
Burst Engine API Endpoints - Exact port from Python /v1/burst_engine/*
Structs§
Functions§
- get_
area_ fcl_ sample_ rate - Get FCL sample rate for a specific cortical area.
- get_
burst_ counter - Get the total number of bursts executed since start.
- get_
config - Get burst engine configuration including frequency and timing settings.
- get_fcl
- Get the Fire Candidate List (FCL) content showing neurons ready to fire.
- get_
fcl_ neuron - Get the current FCL candidate potential for a specific neuron.
- get_
fcl_ sampler_ config - Get FCL/FQ sampler configuration including frequency and consumer settings.
- get_
fcl_ status - Get Fire Candidate List sampler status including frequency and consumer state.
- get_
fire_ ledger_ area_ window_ size - Get fire ledger window size for a specific cortical area.
- get_
fire_ ledger_ areas_ window_ config - Get fire history window configuration for all cortical areas.
- get_
fire_ ledger_ default_ window_ size - GET /v1/burst_engine/fire_ledger/default_window_size
- get_
fire_ ledger_ history - Get fire ledger historical data for a specific cortical area.
- get_
fire_ queue - Get the Fire Queue (FQ) showing neurons that actually fired this timestep.
- get_
fire_ queue_ neuron - Check whether a specific neuron fired in the last burst (Fire Queue sample).
- get_
frequency_ history - Get burst frequency measurement history over time.
- get_
frequency_ status - Get current burst frequency measurement status.
- get_
membrane_ potentials - Get membrane potentials for specific neurons.
- get_
simulation_ timestep - Get the current simulation timestep in seconds.
- get_
stats - Get burst engine statistics including burst count, frequency, and performance metrics.
- get_
status - Get burst engine status including active state, pause state, and burst count.
- post_
area_ fcl_ sample_ rate - Set FCL sample rate for a specific cortical area.
- post_
control - Control burst engine with actions: start, pause, stop, or resume.
- post_
fcl_ reset - Reset the Fire Candidate List, clearing all pending fire candidates.
- post_
fcl_ sampler_ config - Update FCL/FQ sampler configuration including frequency and consumer settings.
- post_
force_ connectome_ integration - Force connectome integration to rebuild neural connections immediately.
- post_
hold - Pause the burst engine temporarily (alias for pause).
- post_
measure_ frequency - Trigger burst frequency measurement to analyze current processing rate.
- post_
resume - Resume the burst engine after pause to continue neural processing.
- post_
simulation_ timestep - Set the simulation timestep in seconds (converted to burst frequency).
- post_
start - Start the burst engine to begin neural processing.
- post_
stop - Stop the burst engine and halt neural processing.
- put_
config - Update burst engine configuration including frequency and timing parameters.
- put_
fire_ ledger_ area_ window_ size - Set fire ledger window size for a specific cortical area.
- put_
fire_ ledger_ default_ window_ size - Set the default fire history window size for all cortical areas.
- put_
membrane_ potentials - Update membrane potentials for specific neurons.