Skip to main content
Ctrl+K
PyAEDT - Home PyAEDT - Home
  • Getting started
  • User guide
  • API reference
  • Examples
  • Release notes
Ctrl+K
  • GitHub
  • Support
Ctrl+K
  • Getting started
  • User guide
  • API reference
  • Examples
  • Release notes
  • GitHub
  • Support

Section Navigation

  • Application and solvers
  • Material and stackup
  • 3D modeler
  • 2D modeler
  • Primitives
  • Modeler in HFSS 3D Layout
  • Modeler and components Circuit
  • Boundary objects
  • Mesh operations
  • Setup
  • Visualization
    • Report management
    • AEDT post-processing
      • PostProcessor3D
      • PostProcessorIcepak
      • PostProcessorCircuit
      • PostProcessor3DLayout
      • Reports
        • antenna_parameters
        • cg_fields
        • dc_fields
        • eigenmode
        • emi_receiver
        • eye_diagram
        • far_field
        • fields
        • modal_solution
        • monitor
        • near_field
        • rl_fields
        • spectral
        • standard
        • statistical_eye_contour
        • terminal_solution
      • SolutionData
      • FieldPlot
      • ColorMapSettings
      • AutoScale
      • MinMaxScale
      • Scale3DSettings
      • NumberFormat
      • MarkerSettings
      • ArrowSettings
      • FolderPlotSettings
      • FieldsCalculator
      • VRTFieldPlot
      • FfdSolutionDataExporter
      • MonostaticRCSExporter
      • Monitor
      • FieldSummary
      • SpiSim
      • COMParameters
      • COMParametersVer3p4
      • VirtualComplianceGenerator
      • VirtualCompliance
    • Graphics operations
    • Advanced
  • Logger
  • Optimetrics
  • Variable
  • Constants
  • Configuration files
  • Setup templates
  • Cable modeling
  • Filter design
  • Generic
  • PyAnsys
  • API reference
  • Visualization
  • AEDT post-processing
  • Reports
  • modal_solution

modal_solution#

Reports.modal_solution(expressions=None, setup=None)#

Create a Standard or Default Report object.

Parameters:
expressionsstr or list

Expression List to add into the report. The expression can be any of the available formula you can enter into the Electronics Desktop Report Editor.

setupstr, optional

Name of the setup. The default is None, in which case the nominal_adaptive setup is used. Be sure to build a setup string in the form of "SetupName : SetupSweep", where SetupSweep is the sweep name to use in the export or LastAdaptive.

Returns:
ansys.aedt.core.modules.report_templates.Standard

Examples

>>> from ansys.aedt.core import Hfss
>>> hfss = Hfss(my_project)
>>> report = hfss.post.reports_by_category.modal_solution("dB(S(1,1))")
>>> report.create()
>>> solutions = report.get_solution_data()
On this page
  • modal_solution()
Edit on GitHub
  • Show Source

© Copyright (c) 2025 ANSYS, Inc. All rights reserved.

Created using Sphinx 8.1.3.

Built with the Ansys Sphinx Theme 1.4.5.
Last updated on