You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following codes will show the same result when giving a step current to branch(0):
A:
branch = jx.Branch(comp, nseg=1)
cell = jx.Cell(branch, parents=[-1,0])
cell.branch(1).set('capacitance',1)
B:
branch = jx.Branch(comp, nseg=1)
cell = jx.Cell(branch, parents=[-1,0])
cell.branch(1).set('capacitance',200)
The text was updated successfully, but these errors were encountered:
The following codes will show the same result when giving a step current to branch(0):
A:
branch = jx.Branch(comp, nseg=1)
cell = jx.Cell(branch, parents=[-1,0])
cell.branch(1).set('capacitance',1)
B:
branch = jx.Branch(comp, nseg=1)
cell = jx.Cell(branch, parents=[-1,0])
cell.branch(1).set('capacitance',200)
The text was updated successfully, but these errors were encountered: