The Inspector node is an important one! Use the Inspector for debugging
Name | Abbreviation | Type | Access | Description |
---|---|---|---|---|
Value | V | Any | Item | The value to read |
None
Connect Inspector to the output of node you want to inspect.
To see a result, you also need to turn on “View Evaluated Flow for Selected features” in the top toolbar (The glasses icon).
View the Results
The Inspector writes the code for any features or the results of any functions resulting from the node(s) prior to the inspector.
With the Inspector selected, you can:
ctrl + f
to searchctrl + c
You cannot edit results from the inspector. This is a read-only node. It does not perform any functions on features or data.
Use inspector to capture “hard code” text for dendrogram transforms.
Place the dendrogram transform node. Connect it to the inspector
Copy all of the code from the Inspector. Delete the dendrogram transform node.
Place a panel node. Paste the copied code into the Panel
Connect the panel to the Transform input of the dendrogram node.
This hides the transform inputs from the Properties panel, meaning all parameters are controlled by the flow, rather than being parametric to the end user.