Ignition Crew#

Constructor#

IgnitionCrew([same_velocity])

An ignition crew is a collection of igniters.

Alternate constructors#

IgnitionCrew.from_json(json_str)

Create an IgnitionCrew from a JSON string.

IgnitionCrew.from_list(igniters, **kwargs)

Alternate constructor for building an ignition crew from a list of igniters

IgnitionCrew.clone_igniter(igniter, clones, ...)

Alternate constructor for building an ignition crew by cloning a given igniters n times.

Methods#

IgnitionCrew.to_json()

Convert the IgnitionCrew to a JSON string.

IgnitionCrew.add_igniter(igniter)

Add an igniter to the crew