.network

PLANit 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.network.<call method>

See also

Network describes the options available on the network implementation

Source code

Class PLANit in PLANit.py

Last modified January 1, 0001