ElectricField#

class ansys.dpf.post.electric_results.ElectricField(**kwargs)#

Defines the temperature object for a thermal/electric analysis.

Methods

ElectricField.has_complex_frequencies()

Check if the result contains complex frequencies.

Attributes

ElectricField.norm

Result data for the norm of the vector.

ElectricField.vector

Result data for the vector values.

ElectricField.x

Result data for the X component of the vector.

ElectricField.y

Result data for the Y component of the vector.

ElectricField.z

Result data for the Z component of the vector.