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

Description

Deletes a roster with the given name.

Syntax

system.roster.deleteRoster(rosterName)

  • Parameters

String name - The name of the roster to delete.

  • Returns

Nothing

  • Scope

Gateway, Perspective Session

Code Examples
Code Snippet
system.roster.deleteRoster("some roster")

Keywords

system roster deleteRoster, roster.deleteRoster