is it possible to set a (custom) HighLevelAnalyzer as the Input Analyzer of another HighLevelAnalyzer?
E.g. process a stream of bytes by the Async Serial analyzer. These bytes are decoded by some custom HLA. The produced frames are then decoded further by another HLA: Async Serial β HLA1 β HLA2.
I tried the HLA py code from the example, but I can only select the Async Serial analyzer as Input Analyzer (not the other analyzer).