Hi I try to use a .cir circuit description for the ANALOG DEVICES AD8561 for simulation in ngspice. The problem is that there is a problem with the voltage controlled Voltag source Exxx which uses a different syntax in .cir model than in SPICE3f5. ngspice for example is E1 2 3 14 1 2.0 n+ is the positive node, and n- is the negative node. nc+ and nc- are the positive and negative controlling nodes, respectively. value is the voltage gain. for .cir I see a line like this: E1 10 98 (4,6) 1 and I do...