We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2541396 commit 3f81f19Copy full SHA for 3f81f19
tidy3d/components/spice/analysis/dc.py
@@ -40,7 +40,7 @@ class ChargeToleranceSpec(Tidy3dBaseModel):
40
)
41
42
ramp_up_iters: pd.PositiveInt = pd.Field(
43
- default=5,
+ default=1,
44
title="Ramp-up iterations.",
45
description="In order to help in start up, quantities such as doping "
46
"are ramped up until they reach their specified value. This parameter "
0 commit comments