peleus
Newbie level 2
In pspice language syntax it is allowed to omit nodes in a subcircuit header according to the PSpice Reference.pdf. However, the simulator turns out an error that there is no subcircuit name during an X call. From my point of view the latter means that the simulator looks for at least one node and then for a subcircuit name. I have a serious interest on usage of such a subcircuit without any node.
Ex:
.subckt xx
v1 1 0 0V
r1 1 0 1k
.ends
x1 xx
Instantiating x1 causes an error but it should run. Is there any patch?
Ex:
.subckt xx
v1 1 0 0V
r1 1 0 1k
.ends
x1 xx
Instantiating x1 causes an error but it should run. Is there any patch?