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 036dd87 commit 43c7183Copy full SHA for 43c7183
docs/api/spice.rst
@@ -22,3 +22,4 @@ Analysis
22
:template: module.rst
23
24
tidy3d.IsothermalSteadyChargeDCAnalysis
25
+ tidy3d.ChargeToleranceSpec
tidy3d/components/spice/analysis/dc.py
@@ -63,7 +63,9 @@ class IsothermalSteadyChargeDCAnalysis(Tidy3dBaseModel):
63
)
64
65
tolerance_settings: ChargeToleranceSpec = pd.Field(
66
- default=ChargeToleranceSpec(), title="Tolerance settings"
+ default=ChargeToleranceSpec(),
67
+ title="Tolerance settings",
68
+ description="Charge tolerance parameters relevant to multiple simulation analysis types.",
69
70
71
convergence_dv: pd.PositiveFloat = pd.Field(
0 commit comments