vice.multioutput.zones

Type : dataframe

The data for each simulated zone. The keys to this dataframe are the names of the singlezone objects contained in the multizone object which produced the output.

Example Code

>>> import vice
>>> example = vice.multioutput("example")
>>> example.zones
        vice.dataframe{
                zone0 ----------> <VICE output from singlezone: example.vice/zone0>
                zone1 ----------> <VICE output from singlezone: example.vice/zone1>
                zone2 ----------> <VICE output from singlezone: example.vice/zone2>
                zone3 ----------> <VICE output from singlezone: example.vice/zone3>
                zone4 ----------> <VICE output from singlezone: example.vice/zone4>
                zone5 ----------> <VICE output from singlezone: example.vice/zone5>
                zone6 ----------> <VICE output from singlezone: example.vice/zone6>
                zone7 ----------> <VICE output from singlezone: example.vice/zone7>
                zone8 ----------> <VICE output from singlezone: example.vice/zone8>
                zone9 ----------> <VICE output from singlezone: example.vice/zone9>
        }
>>> example.zones["zone0"].name
        "example.vice/zone0"