Skip to main content
Version: 8.1

system.dnp.demandPoll

note

The following function uses system.dnp and the DNP3 driver. For system.dnp3 functions and the Legacy DNP3 driver, see DNP3.

This function is used in Python Scripting.

Description​

Issues a poll request for one or more classes.

Client Permission Restrictions​

This scripting function has no Client Permission restrictions.

Syntax​

system.dnp.demandPoll(deviceName, classList)

Parameters​

TypeParameterDescription
StringdeviceNameThe name of the DNP3 device instance.
ListclassListA List of classes (1, 2, 3) to issue polls.

Returns​

Nothing.

Scope​

Gateway

Code Examples​

Code Snippet
system.dnp.demandPoll("DNP3", [1])

Keywords​

system dnp demandPoll, dnp.demandPoll