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 ----------> zone1 ----------> zone2 ----------> zone3 ----------> zone4 ----------> zone5 ----------> zone6 ----------> zone7 ----------> zone8 ----------> zone9 ----------> } >>> example.zones["zone0"].name "example.vice/zone0"