Previous topic

emf.Phase3D.equiv_diameter

Next topic

emf.Phase3D.get_phase_angle

This Page

emf.Phase3D.from_points

classmethod Phase3D.from_points(name, points, diameter, voltage, current, phase_angle, num_wires=1, spacing=0, ph_type='ac3', in_deg=True)[source]

Returns a list of phases constructed from a list of points.

Parameters:
name : str

The name of the phase.

points : array

An array of (x, y, z) points for which phases will be constructed. The array should be of shape (N, 3).

diameter : float

The diameter of the wire.

voltage : float

The phase voltage.

current : float

The current in the phase.

phase_angle : float

The phase angle.

num_wires : int

The number of wires in the bundle.

spacing : float

The bundle spacing.

ph_type : {‘ac3’, ‘dc’}

The phase type. Use ‘ac3’ for 3-phase alternating current and ‘dc’ for direct current.

in_deg : bool

Specify True if input phase angle is in degrees; False if angle is in radians.