spinn_front_end_common.interface.simulation package¶
Module contents¶
- spinn_front_end_common.interface.simulation.get_simulation_header_array(binary_file_name: str) List[int]¶
Get data to be written to the simulation header.
- Parameters:
binary_file_name – The name of the binary of the application
- Returns:
An array of values to be written as the simulation header
- spinn_front_end_common.interface.simulation.get_simulation_header_array_no_timestep(binary_file_name: str) List[int]¶
Get data to be written to the simulation header. Use for binaries that do not want to know the system timestep.
- Parameters:
binary_file_name – The name of the binary of the application
- Returns:
An array of values to be written as the simulation header