Revision#
- class ansys.aedt.core.emit_core.results.revision.Revision(parent_results, emit_project, name: str | None = None)#
Provides the
Revisionobject.- Parameters:
- parent_results
Resultsobject that this revision is associated with.- emit_project
Emit Emitobject that this revision is associated with.- name
str,optional Name of the revision to load . The default is
None, in which case the Current revision is used.
- Raises:
RuntimeErrorifthenamegivenisnotthenameofanexistingresultsetandacurrentresultsetalreadyexists.
Examples
Create a
Revisioninstance.>>> aedtapp = Emit() >>> rev = Revision(results, aedtapp, "Revision 1") >>> domain = aedtapp.interaction_domain() >>> rev.run(domain)
Methods
Revision.get_active_frequencies(radio_name, ...)Get a list of active frequencies for a
txorrxband in a radio/emitter.Revision.get_all_band_nodes(radio[, ...])Returns all the Bands within a Radio
Gets all component nodes from this revision.
Gets all Emitter Radio nodes from this revision.
Gets all nodes for this revision.
Revision.get_all_radio_nodes([tx_rx_mode, ...])Gets all Radio nodes from this revision.
Gets all top level nodes from this revision.
Revision.get_band_names([radio_node, ...])Get a list of all enabled
txorrxbands (or waveforms) in a given radio/emitter.Revision.get_band_node(band_name)Get a Band node by name.
Revision.get_component_node(component_name)Gets the component node.
Gets the Coupling Data node for this revision.
Get a list of all interfering transmitters/emitters in the project.
Gets the Preferences node for this revision.
Revision.get_radio_node(radio_name)Gets a Radio node by name.
Revision.get_receiver_names([domain_filter])Get a list of all receivers in the project.
Gets the Result Categorization node for this revision.
Gets the Result Plot node for this revision.
Gets the Scene node for this revision.
Get the simulation object for this revision.
Gets the Simulation node for this revision.
Print the function mode error message.
Attributes
Add notes to the revision.
EMIT project.
Desktop object.
Parent Results object.
AEDT version.
Name of the revision.
Full path of the revision.
Index of the result for this revision.
Unique revision number from the EMIT design
Unique timestamp for the revision
Trueif the revision is loaded andFalseif it is not.