Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Scripting_function


Panel
titleDescription

When using the typical navigation strategy, this function will navigate to the "home" window. This is automatically detected as the first main screen window shown in a project. If you are using this system function with system.nav.openWindow(), your home window should be closed before navigating to it, or system.nav.goHome() may not work. 

Client permissions restrictions


Panel
titleSyntax

system.nav.goHome()

  • Parameters

Nothing

  • Returns

WindowA reference to the home window that was navigated to. Refer to the list of window objects.

  • Scope

Vision Client

Panel
titleCode Examples
Code Block
languagepy
titleCode Snippet
# This code would go in a button to move to the home screen.
system.nav.goHome()
Panel
titleKeywords

system nav goHome, nav.goHome