vice.singlezone.verbose

Type : bool

Default : False

If True, the simulation will print to the console as it evolves.

New in version 1.1.0.

Example Code

>>> import vice
>>> sz = vice.singlezone(name = "example")
>>> sz.verbose = True