To summarize, I have 5 ports, each port has an analyzer running, the generator runs only on port 1. I want only port 2 to receive the packets while port 3,4,5 do not receive anything.
I tried to change the configuration of the streamblock set on port 1:
stc.config(handle_streamblock_port1, {'ExpectedRxPort': handle_port2})
but all the analyzer of all the ports are still receiving all the packets.
Thank you for helping me out on what is the property to change to make that work.