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

Description

Returns a list of roster names.

Syntax

system.roster.getRosterNames()

  • Parameters

None

  • Returns

List[String] - List of rosters on the Gateway.

  • Scope

Gateway, Perspective Session

Code Example
Code Snippet
# This example gets a list of rosters from the Gateway when a Button is pressed and prints the list to the browser console.

roster = system.roster.getRosterNames()
system.perspective.print(roster)

Keywords

system roster getRosterNames, roster.getRosterNames