jsonalize_tree# SetupCircuit.jsonalize_tree() → dict# Create dictionary from the Binary Tree. Returns: dictDictionary containing the information of the Binary Three. Examples >>> from ansys.aedt.core.modeler.cad.elements_3d import BinaryTreeNode >>> obj = BinaryTreeNode() >>> obj.jsonalize_tree()