--- Operating Point ---
V(n002): 2 voltage
V(n001): 3 voltage
V(n003): 8 voltage
I(I1): 1.5 device_current
I(R3): -2 device_current
I(R2): 1.5 device_current
I(R1): -0.5 device_current
I(V1): -0.5 device_current
It's generally bad practice to draw a schematic with four wires connected together like that.+1. Back in the old days of manual drafting and opto-mechanical photocopiers, crossing lines often developed a splodge so a straight cross as a junction was strictly forbidden. Nowadays your EDA tools will let you draw such a junction, but as you've found, its still a trap for the unwary (especially if an image of the schematic is compressed with lossy compression). See below for alternatives.
Also, with the .op command, how do I know which voltage n002 or n001 correspond to in the circuit at a glance? Is there a way to assign the names at each node?
I clicked on the nodes without the command running and it showed me the corresponding voltages. However, those voltages become "? ? ?" when I run the simulation, and I don't seem to be able to click on the nodes in the circuit with the .op command running.You cant click nodes while the .op results are open as the sub-window is modal. Also the new .op results are not available to the schematic so all .op data lables show as '???' (unknown). Close the results window and you can hover any node or component to access the node number/label or component ID (instance name), and previous .op result for that node/component. If you need to refer back to the full results *without* re-running the .op sim, do menu 'View' 'Visible traces' to reopen the results window! Alternatively, before closing the results window, do Ctrl-A Ctrl-C to select and copy them and paste them into a text document.
Thankyou Zero, I will keep that in mind!By default, nodes are named Nxxx where xxx is a sequential number, which depends on the order the schematic has been entered in. Node names are displayed in the left hand side of the status bar, when the mouse cursor is placed over a node.
Also, with the .op command, how do I know which voltage n002 or n001 correspond to in the circuit at a glance? Is there a way to assign the names at each node?
I clicked on the nodes without the command running and it showed me the corresponding voltages. However, those voltages become "? ? ?" when I run the simulation, and I don't seem to be able to click on the nodes in the circuit with the .op command running.