emi_receiver#

Reports.emi_receiver(expressions=None, setup_name=None)[source]#

Create an EMI receiver report.

Parameters:
expressionsstr or list, 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_namestr, 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 either the sweep name to use in the export or LastAdaptive.

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()