get_magnetic_3d_graph#

MotorCAD.get_magnetic_3d_graph(graph_name, slice_number)#

Get graph points from a Motor-CAD Magnetic 3d graph.

Parameters:
graph_namestr, int

Name (preferred) or ID of the graph. In Motor-CAD, you can select Help -> Graph Viewer to see the graph name.

slice_numberint

Which skew slice to get results from. Slice 1 is the first.

Returns:
Magnetic3dGraph

Class containing x, y and data as lists