get_receiver_names#

Revision.get_receiver_names(domain_filter: InteractionDomain = None) list[str]#

Get a list of all receivers in the project.

Parameters:
domain_filter: InteractionDomain, optional

An optional filter to limit the receivers to those within a specific interaction domain.

Returns:
radioslist of str

List of receiver names.

Examples

>>> rxs = aedtapp.results.current_revision.get_reciver_names()