ipkiss3.all.device_sim.FileOutput
- class ipkiss3.all.device_sim.FileOutput
Retrieves a file created during the setup or execution of the simulation.
- Parameters:
- filepath: str and String that contains only ISO/IEC 8859-1 (extended ASCII py3) or pure ASCII (py2) characters, required
path where the output is supposed to be written to, relative to project directory. Can be a file as well as a directory
- name: str and String that contains only ISO/IEC 8859-1 (extended ASCII py3) or pure ASCII (py2) characters, required
Identifies the output
See also