get_fea_graph#
- MotorCAD.get_fea_graph(graph_name, section_number, point_number=0)#
Get graph points from a Motor-CAD FEA graph.
- Parameters:
- graph_name
str,int Name (preferred) or ID of the graph. In Motor-CAD, you can select Help -> Graph Viewer to see the graph name.
- section_number
int Which modelled section to get results from. Section 1 is the first.
- point_number
int Point number to get x and y coordinate arrays from for transient graphs.
- graph_name
- Returns: