xenanetworks / open-automation-chimera-core

XOA Chimera Core
https://docs.xenanetworks.com/projects/xoa-chimera-core
Apache License 2.0
0 stars 0 forks source link

How do you set the Layer Xena's TPLD config? #14

Closed leonardhyu closed 1 year ago

leonardhyu commented 1 year ago

image

image
fpfeng commented 1 year ago

@leonardhyu I make changed as example.

        xena = basic_filter_config.layer_xena.use_tpld()        
        xena[0].on(tpld_id=123)       
        xena[1].off()