Skip to main content
Version: 7.9

system.device.refreshBrowse

This function is used in Python Scripting.

Description

Forces Ignition to browse the controller. Only works for Allen-Bradley controllers.

Client Permission Restrictions

This scripting function has no Client Permission restrictions.

Syntax

system.device.refreshBrowse(deviceName)

Parameters

TypeParameterDescription
StringdeviceNameThe name of the device in Ignition.

Returns

Nothing

Scope

All

Code Examples

Example 1
# Example 1:
system.device.refreshBrowse("CLX")