get_fea_graph_point#
- MotorCAD.get_fea_graph_point(graph_id, section_number, point_number, time_step_number)#
Get a point from a Motor-CAD FEA graph.
- Parameters:
- graph_id
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 values from.
- time_step_number
int Time step number to get x and y coordinate values from.
- Returns
- ——-
- xValue
float Value of the x coordinate from the graph.
- yValue
float Value of the y coordinate from the graph.
- graph_id