PyANGKernel.GKComputerInfo

class GKComputerInfo

Synopsis

Methods

Note

This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE

Detailed Description

Returns information on the computer running Aimsun Next.

__init__()
address()
Return type:

str

TCP/IP Address

availableRAM()
Return type:

int

Free RAM in MB

computerName()
Return type:

str

Computer name

cpuLoad()
Return type:

int

CPU load as a percentage. Only Available in Linux for now. Return -1 when no data is available.

installedRAM()
Return type:

int

Installed RAM in MB

model()
Return type:

str

Computer Model (MacPro, iMac…, Windows, Linux)

numberOfBits()
Return type:

int

Number of bits (32 or 64)

numberOfCores()
Return type:

int

Number of cores

operatingSystemFamily()
Return type:

str

OS Family (macOS, Windows, Linux, iOS, Android)

operatingSystemNickName()
Return type:

str

Nick name OS (El Capitan, Catalina…)

operatingSystemVersion()
Return type:

str

Version of the OS (10.6, 7, 9.04…)

userName()
Return type:

str

User name that starts the application