File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
src/ansys/aedt/core/visualization/post Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change
1
+ Documentation improvement of create_report method
Original file line number Diff line number Diff line change @@ -1350,6 +1350,9 @@ def create_report(
1350
1350
- For a far fields plot, specify the name of an infinite sphere.
1351
1351
- For Maxwell 2D/3D Eddy Current solution types this can be provided as a dictionary
1352
1352
where the key is the matrix name and value the reduced matrix.
1353
+ - For Circuit Design, this can provide the plots' time range as a dictionary
1354
+ where the keys are ``"time_start"`` and ``"time_stop"``.
1355
+ By default ``"time_start"`` is 0ps and the ``"time_stop"`` is 10ns.
1353
1356
plot_name : str, optional
1354
1357
Name of the plot. The default is ``None``.
1355
1358
polyline_points : int, optional,
You can’t perform that action at this time.
0 commit comments