Interaction#

class ansys.aedt.core.emit_core.results.interaction.Interaction(emit_obj, domain: InteractionDomain, revision)#

Methods

Interaction.export_results(file_path[, ...])

Export the results for this interaction to a file.

Interaction.get_availability(domain)

Get the availability of this interaction.

Interaction.get_availability_warning(domain)

Get the availability warning for this interaction.

Interaction.get_domain()

Get the interaction domain for this interaction.

Interaction.get_instance(domain)

Get the instance at the specified index for this interaction.

Interaction.get_worst_instance(result_type)

Get the worst instance for this interaction.

Interaction.has_valid_availability(domain)

Check if this interaction has valid availability.

Interaction.is_valid()

Check if this interaction is valid.

Interaction.validate()

Validate this interaction, raising an exception if invalid.