DIAdem Help

Method: StepBackwards for Cursor

  • Updated2024-09-12
  • 1 minute(s) read

Method: StepBackwards for Cursor

Moves the cursor backwards along the enabled curve of the enabled range in one step, or displays the preceding video frame of the enabled range.

Object.StepBackwards()
ObjectCursor
Object with this method

The following example moves the cursor one step backwards:

VBScriptPython

 

Dim oMySheet: Set oMySheet = View.ActiveSheet
Call oMySheet.Cursor.StepBackwards