Note
Go to the end to download the full example code.
1.4. Combined independent netsΒΆ
This example combines independent nets of the module to a single multipin cable (Bux)
Initial Design
from os import path
import spydrnet as sdn
import spydrnet_physical as sdnphy
# TODO
print("NotImplemented")