vijaydeepbhatt
Newbie level 2
Hi all,
I'm using LTspice i have to simulate a huge resistive network it looks like this
*ckt to simulate
V1 1 0 1
R2451_1 2451 1 6.464850e+003
R2471_2 2471 2 5.989400e+003
R1_3 1 3 5.501689e+003
R2483_4 2483 4 5.605715e+003
R2487_5 2487 5 6.503001e+003
...... many thousand upto maybe 200,000 lines of resistances ,
.op
.options GminSteps =0
.options SrcSteps =0
.save I(V1)
.end
i use these for fast simulation.
.options GminSteps =0
.options SrcSteps =0
may be removed and .op changed to .tran
BUT here is the interesting part!!
the current I(V1) should be negative as it is in 90% of simulation runs. ( i made small ckt again to verify if i'm making blunder ) BUT in some cases its positive, so theoretically my dead resistive network is producing current !! oops that is what is not supposed to happen :shock:
what is shocking is that atleast the sign should be same in anycase ( and negative as to my opinion) as its resistive network and only power source is V1 defined
so here i'm to ask the knowledgeable community of what is happening here. my guess was maybe tolerance is less someoverflow is happening etc.
can you help me
i've not changed any other default value.
I'm stuck and stumbled by what is happening.
any ideas and help is greatly appreciated and maybe its a good lesson for me to be aware of simulation results
I'm using LTspice i have to simulate a huge resistive network it looks like this
*ckt to simulate
V1 1 0 1
R2451_1 2451 1 6.464850e+003
R2471_2 2471 2 5.989400e+003
R1_3 1 3 5.501689e+003
R2483_4 2483 4 5.605715e+003
R2487_5 2487 5 6.503001e+003
...... many thousand upto maybe 200,000 lines of resistances ,
.op
.options GminSteps =0
.options SrcSteps =0
.save I(V1)
.end
i use these for fast simulation.
.options GminSteps =0
.options SrcSteps =0
may be removed and .op changed to .tran
BUT here is the interesting part!!
the current I(V1) should be negative as it is in 90% of simulation runs. ( i made small ckt again to verify if i'm making blunder ) BUT in some cases its positive, so theoretically my dead resistive network is producing current !! oops that is what is not supposed to happen :shock:
what is shocking is that atleast the sign should be same in anycase ( and negative as to my opinion) as its resistive network and only power source is V1 defined
so here i'm to ask the knowledgeable community of what is happening here. my guess was maybe tolerance is less someoverflow is happening etc.
can you help me
i've not changed any other default value.
I'm stuck and stumbled by what is happening.
any ideas and help is greatly appreciated and maybe its a good lesson for me to be aware of simulation results