You are here: Core Reference > Coding > Scripting > Mimic.SystemName

Mimic.SystemName

The Mimic.SystemName property returns the system name associated with the host of the Mimic script.

Syntax

Mimic.SystemName

Description

Returns the system name of the system on which the Mimic that contains the script is running.

Arguments

None.

Returns

String

Example:

MsgBox "Mimic System = " + Mimic.SystemName

This returns the name of the system and displays it in a message box.

NOTE: The SystemName property is read-only.


ClearSCADA 2015 R2