.settings

PlanitNetworkReader property
Description

The .settings property allows access to the settings of the PlanitNetworkReader.

Return type

PlanitNetworkReaderSettings implementation

Example 1

from planit import *

# create a network converter
planit_instance = Planit()
network_converter = planit_instance.converter_factory.create(ConverterType.NETWORK)

# PLANit network reader        
planit_reader = network_converter.create_reader(NetworkReaderType.PLANIT)
planit_reader.settings.set_inputdirectory("<path_to_input_dir>")
planit_reader.settings.<some_method>

See also

PlanitNetworkReaderSettings the settings available

Source code

Class PlanitNetworkReaderWrapper in converterwrappers.py

Last modified January 1, 0001