emi_receiver#
- Reports.emi_receiver(expressions=None, setup_name=None)#
Create an EMI receiver report.
- Parameters:
- expressions
strorlist,optional One or more expressions to add into the report. An expression can be any of the formulas that can be entered into the Electronics Desktop Report Editor.
- setup_name
str,optional Name of the setup. The default is
None, in which case thenominal_adaptivesetup is used. Be sure to build a setup string in the form of"SetupName : SetupSweep", whereSetupSweepis either the sweep name to use in the export orLastAdaptive.
- expressions
- Returns:
ansys.aedt.core.modules.report_templates.EMIReceiver
Examples
>>> from ansys.aedt.core import Circuit >>> cir = Circuit() >>> new_eye = cir.post.emi_receiver() >>> new_eye.create()