Skip to content

Commit 911f5be

Browse files
committed
fixes
1 parent 6cbb66a commit 911f5be

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

examples/aedt_general/modeler/index.rst

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ These examples use PyAEDT to show some modeler capabilities.
1717

1818
This example shows how to use PyAEDT to create and modify coordinate systems in the modeler.
1919

20-
2120
.. grid-item-card:: Polyline creation
2221
:padding: 2 2 2 2
2322
:link: polyline

examples/high_frequency/emc/double_pulse_test.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -153,11 +153,11 @@
153153
)
154154
amm_bot.parameters["Name"] = "Ibottom"
155155

156-
157156
# ## Add nMOS components from Component Library.
158157
#
159158
# Please check that chosen component can access the method place()
160-
# If you need to insert a component from a spice model, please use the method: circuit.modeler.components.create_component_from_spicemodel
159+
# If you need to insert a component from a spice model,
160+
# please use the method: circuit.modeler.components.create_component_from_spicemodel
161161

162162
nmos_h = circuit.modeler.components.components_catalog[
163163
"Power Electronics Tools\\Power Semiconductors\\MOSFET\\STMicroelectronics:SCT040H65G3AG_V2"

0 commit comments

Comments
 (0)