You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 2
Next »
The GetUserId method returns the identifier of the current Axxon PSIM Software System user.
Method call syntax:
function GetUserId (cmp : String) : String
Method arguments:
- cmp - required. Specifies the name of the computer on which the Axxon PSIM Software System is installed. Allowed values: values of String type that satisfy the requirements for computers' network names; the set of values is restricted to the names of computers registered in the system.
For example: To display the identifier of the current user of the Axxon PSIM Software System, which has been installed on a computer named 'WS3':
DebugLogString(GetUserId("WS3"));