vice.output.name ================ Type : ``str`` The name of the simulation; this corresponds to the name of the '.vice' directory containing the output. Example Code ------------ >>> import vice >>> example = vice.output("example") >>> example.name 'example'