.set_output_file_name(+)

MatsimZoningWriterSettings method

Description

Set a different file name to use for the output file, without the extension.

Currently not used, so has no effect as we use fixed name for perssiting matrix based routes file name (pt_stops.csv)

Signature

.set_output_file_name(output_file_name:str)

with

Parameter Type Unit Default Description
output_file_name String None transitschedule The output file name (without extension)

Return type

N/A

Example

N/A

See also

N/A

Source code

Class WriterSettingsWrapper in converterwrappers.py