Skip to main content

Module burst_engine

Module burst_engine 

Source
Expand description

Burst Engine API Endpoints - Exact port from Python /v1/burst_engine/*

Structs§

FclNeuronQuery
FireQueueNeuronQuery

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.