This function is used in Python Scripting.
The following feature is new in Ignition version 8.1.5
Click here to check out the other new features

Description

Navigate the session to a specified view or mounted page. This is similar to a browser's "back" function.

Syntax

Note: This function accepts keyword arguments.
system.perspective.navigateBack([sessionId], [pageId])

  • Parameters

String sessionId - Identifier of the Session to target. If omitted, the current Session will be used automatically. [optional]

String pageId - Identifier of the page to target. If omitted, the current page will be used automatically. [optional]

  • Returns

Nothing

  • Scope

Gateway, Perspective Session

Code Examples
Code Snippet
system.perspective.navigateBack()
Keywords

system perspective navigateBack, perspective.navigateBack