get_fea_graph# MotorCAD.get_fea_graph(graph_name, slice_number, point_number=0)# Get graph points from a Motor-CAD FEA graph. Parameters: graph_namestr, intName (preferred) or ID of the graph. In Motor-CAD, you can select Help -> Graph Viewer to see the graph name. slice_numberintWhich skew slice to get results from. Slice 1 is the first. point_numberintPoint number to get x and y coordinate arrays from for transient graphs. Returns: x_valueslistvalue of x coordinates from graph y_valueslistvalue of y coordinates from graph