pytrnsys_process.deck.extractor.EquationsCollectorVisitor# class pytrnsys_process.deck.extractor.EquationsCollectorVisitor[source]# This visitor is given the whole deck as a tree. For each equation the equation() method is called and it appends it to a list of equations __init__()[source]# Methods __init__() equation(tree) visit(tree) Visits the tree, starting with the leaves and finally the root (bottom-up) visit_topdown(tree) Visit the tree, starting at the root, and ending at the leaves (top-down) __init__()[source]# equation(tree)[source]# class OutputOfTrnsysTypeDetector[source]# Detects if equation is an output: equation_name = [15,1] __init__()[source]# output(_)[source]#