How do I insert a table into a circuit using CircuiTikz and using absolute coordinates?
I would like to know if there is a way to insert a table that is written with \tabular into the CircuiTikz enviroment.
The red circle is where I would like to instert the table:
I do not show you the code because is up to 240 lines.

\node at (<x>,<y>) {\begin{tabular}{<cols>}<table>\end{tabular}};. – Skillmon Jan 05 '20 at 12:15matrix(remember, a circuitikz environment is a tikzpicture renamed...). – Rmano Jan 05 '20 at 18:45