.network

PlanitProject property

Description

The .network property allows access to the in-memory version of the parsed network

Return type

Network instance

Example 1

from planit import *

# Create instance and access in-memory network instance
planit_instance = Planit()
planit_instance.project.network.<call method>

See also

Network describes the options available on the network implementation

Source code

Class PlanitProject in project.py