You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -32,6 +39,18 @@ Signal Visualizer will create a signal graph by mapping the signals in the curre
32
39
33
40

34
41
42
+
### Arrange Nodes Toggle
43
+
44
+
The "Arrange Nodes" toggle enables and disables automatic node arrangement when generating the graph. When enabled, `GraphEdit`'s `arrange_nodes()` function will be called once all graph nodes are generated.
45
+
46
+
### Signal Details Toggle
47
+
48
+
The "Signal Details" toggle enables and disables expanded formatting described below. When disabled, only the signal's name and corresponding function will be displayed in the graph nodes connections.
49
+
50
+
### Opening Signals in Source
51
+
52
+
The "Open" button that displays next to a signal's connected function will open the corresponding source file at the function's line number.
53
+
35
54
### Format
36
55
37
56
In the signal graph and tree, the format is as follows:
0 commit comments