vice.multioutput.name ===================== Type : ``str`` The name of the ".vice" directory containing the output of a ``multizone`` object. The attributes of this object, its corresponding singlezone outputs, and their attributes, are all contained in this directory. Example Code ------------ >>> import vice >>> example = vice.multioutput("example") >>> example.name "example"