Parameters: GraphVarName Name of the display variable which contains a SlEs‐
GraphCustomWidget
Return Value Error code (bool): TRUE = successful
x x coordinate (double)
y y coordinate (double)
Note
This function automatically refreshes the display.
setCursorPositionY2Cursor – position cursor referred to the second Y axis (right)
Syntax: ReturnValue = CallCWMethod
(GraphVarName, "
setCursorPositionY2
", x, y2)
Description: Sets the cursor to the specified position referred to the second Y axis (right)
Parameters: GraphVarName Name of the display variable which contains a SlEs‐
GraphCustomWidget
Return Value Error code (bool): TRUE = successful
x x coordinate (double)
y2 Y coordinate referred to the second Y axis (right) (double)
Note
This function automatically refreshes the display.
setCursorOnContour – position cursor on contour
Syntax: ReturnValue = CallCWMethod
(GraphVarName, "
setCursorOnContour
")
ReturnValue = CallCWMethod
(GraphVarName, "
setCursorOnContour
", Con‐
tourName)
Description: Sets the cursor to the last cursor position within a contour.
Parameters: GraphVarName Name of the display variable which contains a SlEs‐
GraphCustomWidget
Return Value Error code (bool): TRUE = successful
ContourName Name of the contour (QString).
If a contour is not specified, then the call automatically
refers to the currently selected contour.
Note
This function automatically refreshes the display.
Graphic and logic elements
7.5 SIEsGraphCustomWidget
SINUMERIK Integrate Run MyScreens (BE2)
242 Programming Manual, 12/2017, 6FC5397-1DP40-6BA1