This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TLV9062: PSpice model

Other Parts Discussed in Thread: TLV9062

你好!

我在主页上下载的TLV9062: PSpice model,仿真时出现下记错误。事情紧急,麻烦确认。

..\..\sym\vccs_lim_1_0.mod(4): error -- Error in DIABLO function diablo288.

 

lib文件中是这样的

.SUBCKT VCCS_EXT_LIM_0  VIN+ VIN- IOUT- IOUT+ VP+ VP-
G1 IOUT+ IOUT- func(3) vin+ vin- vp- vin- vp+ vin- diablo288
.FUNC
diablo288(a1, a2, a3)
{
value=limit(gain*a1,a2, a3);
return value;
}
.ENDFUNC
.ENDS
*