.settings

PlanitDemandsReader property
Description

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

Return type

PlanitDemandsReaderSettings implementation

Example 1

from planit import *

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

# prep required
# zoning_reader = <construct and configure here and below>

# PLANit demands reader        
planit_reader = converter.create_reader(DemandsReaderType.PLANIT, zoning_reader)
planit_reader.settings.<some_method>

See also

PlanitDemandsReaderSettings the settings available

Source code

Class PlanitDemandsReaderWrapper in converterwrappers.py