AssignCoilTerminalGroup

Use: For Maxwell 3D designs, creates a group of coil terminal excitations. The coil terminals can be assigned on the faces of 3D objects or directly on sheet objects.

UI Access Select the desired objects (coils) on the model or in the History tree. Then, select Maxwell 3D> Excitations>Assign>Coil Terminal to open the Coil Terminal Excitation dialog where you can enter the base Name for the group of excitations being created, the number of conductors, and use the Swap Direction button to set the current direction to be assigned to each of the new excitations.
Parameters
Name Type Description
<NAME> string The name of the coil terminal group
<Objects> list List of faces or sheet objects to which the excitations are applied
<Conductor number> int The number of conductors
<Point out of terminal> bool True sets the current direction out of the terminal
Return Value None

 

Python Syntax  AssignCoilTerminalGroup (TerminalGroupArray, <NAME>, <Objects>, <Conductor number>, <Point out of terminal>)
Python Example

oModule.AssignCoilTerminalGroup(["CoilTerminal_1", "CoilTerminal_2"],

[ "NAME:CoilTerminal_1", "Objects:=" , ["terminal_A_plus","terminal_A_plus_1"], "Conductor number:=" , "10", "Point out of terminal:=", False ])

 

VB Syntax  AssignCoilTerminalGroup TerminalGroupArray, <NAME>, <Objects>, <Conductor number>, <Point out of terminal>
VB Example

OModule.AssignCoilTerminalGroup Array("CoilTerminal_1", "CoilTerminal_2"), Array(NAME:CoilTerminal_1", "Objects:=", Array("terminal_A_plus","terminal_A_plus_1"), "Conductor number:=" , "10", "Point out of terminal:=", False)