Documentation for Axxon PSIM 1.0.0-1.0.1.

Previous page Next page


You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

The GetUserId method returns the identifier of the current Axxon PSIM Software System user.

Method call syntax:

function GetUserId (cmp : String) : String

Method arguments:

  1. 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"));
  • No labels