system.dnp.synchronizeTime
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 Synchronize Time command using the current Ignition Gateway time.
Client Permission Restrictions​
This scripting function has no Client Permission restrictions.
Syntax​
system.dnp.synchronizeTime(deviceName)
Parameters​
Type | Parameter | Description |
---|---|---|
String | deviceName | The name of the DNP3 device instance. |
Returns​
Nothing.
Scope​
Gateway
Code Examples​
Code Snippet
system.dnp.synchronizeTime("DNP3")