You probably just need to use the netlist name - note that "G" won't work because that's a net name not a terminal name. I suspect you want: Cgd1=value(abs(imag((IF("source1:p") / (2 * 3.14159 * 1)))) 1) ; actual ADE L generated expression or Cgd1=value(abs(imag((i("source1:p" ?result 'ac) / (2 * 3.14159 * 1)))) 1) ; actual ADE L generated expression You could also probably use source1:1 (to get the first terminal of the source). Regards, Andrew
↧