Welcome to black-widow’s documentation!

Contents:

simulator.clock(env, name, tick)

Example clock simulation.

Runs blackwidow simulator on a specified set of files.

This script parses user arguments and configures the blackwidow module to run based on user arguments.

blackwidow.run(filename)

Runs the overall simulation, configuring from arguments.

Parameters:filename (string) – name of config file
Example:
>>> import blackwidow
>>> a = blackwidow.run('config.txt')

Indices and tables