assign_voltage_drop#

Maxwell2d.assign_voltage_drop(assignment, amplitude=1, swap_direction=False, name=None)[source]#

Assign a voltage drop across a list of faces to a specific value.

The voltage drop applies only to sheet objects.

Parameters:
assignmentlist

List of faces to assign a voltage drop to.

amplitudefloat, optional

Voltage amplitude in mV. The default is 1.

swap_directionbool, optional

Whether to swap the direction. The default value is False.

namestr, optional

Name of the boundary. The default is None.

Returns:
pyaedt.modules.Boundary.BoundaryObject

Boundary object. False when failed.

References

>>> oModule.AssignVoltageDrop