InteractionDomain#
- class ansys.aedt.core.emit_core.results.interaction_domain.InteractionDomain(emit_obj)#
Represents an interaction domain for EMIT analysis.
Notes
Interaction Domain N-1 Configuration Guidelines:
The following table shows how different Rx/Tx configurations control N-1 analysis:
Configuration
Behavior
Rx Radio = “” Tx Radio = []
Run 1-1 and N-1 (like run button), obeying N-1 limits
Rx Radio = “” Tx Radio = [“”]
Run all 1-1 combinations
Rx Radio = “RxRadio” Tx Radio = []
Run 1-1 and N-1 for specified receiver “RxRadio”
Rx Radio = “RxRadio” Tx Radio = [“”]
Run all 1-1 for specified receiver “RxRadio”, no N-1
Rx Radio = “” Tx Radio = [“TxRadio”]
Run all receivers vs specified interferer “TxRadio” 1-1
Rx Radio = “” Tx Radio = [“TxRadio1”, “TxRadio2”]
Run all receivers 2-1 vs specified Tx radios, even if not allowed by current N-1 combination limits
Rx Radio = “” Tx Radio = [“”,””]
Run all 2-1 combinations, even if not allowed/displayable by results dialog
Additional Notes: * N-1 results may exceed what’s displayable in the GUI result dialog
Methods
InteractionDomain.get_interferer_channel_frequencies([units])Get the interferer channel frequencies in the specified units.
Get the receiver channel frequency in the specified units.
Check if the Interaction Domain instance is fully defined for a single receiver channel versus one or more interferer channels.
InteractionDomain.set_interferer([radio, ...])Set a single interferer radio name, band name, and channel frequency.
InteractionDomain.set_interferers(radios[, ...])Set multiple interferer radios, bands, and channel frequencies.
InteractionDomain.set_receiver([radio, ...])Set the receiver radio, band, and channel frequency.
Attributes
Current active Revision.
EMIT project.
Desktop object.
List of all result revisions.
Active design for the EMIT project.
List of interferer band names.
List of interferer channel frequencies.
List of interferer names.
Receiver band name.
Receiver channel frequency.
Receiver name.