.KEEPNODE — Keep Nodes From Being Optimized Away

Certain nodes that do not contribute anything to a simulation but could cause convergence problems are removed by LTspice. Use this directive to keep them.

Syntax:

.keepnode <node1> [, <node2> [, ...]]

This is mostly useful for .noise analyses.