.network
PLANit property
Description
The .network property allows access to the in-memory version of the parsed input physical transport network
Return type
Physical 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
Physical Network describes the options available on the physical network implementation
Source code
Class PLANit
in PLANit.py