maxon.MACHINEINFO.COMPUTERNAME |
(str) Computer name returned by the OS. |
maxon.MACHINEINFO.EFFECTIVE_GROUP_ID |
(int) Linux and OSX only (getegid). |
maxon.MACHINEINFO.EFFECTIVE_USER_ID |
(int) Linux and OSX only (geteuid). |
maxon.MACHINEINFO.GROUP_ID |
(int) Linux and OSX only (getgid). |
maxon.MACHINEINFO.LANGUAGES |
maxon.BaseArray (maxon.Id )) Languages in order of preference. |
maxon.MACHINEINFO.NUMBEROFPHYSICALCORES |
(int) Number of physical cpu cores. |
maxon.MACHINEINFO.NUMBEROFPROCESSORS |
(int) Number of threads including hyper threading cores. |
maxon.MACHINEINFO.OSBUILDNUMBER |
(int) OS build number as integer value. |
maxon.MACHINEINFO.OSVERSION |
(str) OS Version in text format. |
maxon.MACHINEINFO.PROCESSORARCHITECTURE |
(str) Processor architecture. |
maxon.MACHINEINFO.PROCESSORFEATURES |
(str) Supported cpu features. |
maxon.MACHINEINFO.PROCESSORFREQMHZ |
(float) Nominal processor frequency. |
maxon.MACHINEINFO.PROCESSORNAME |
(str) Name of the processor. |
maxon.MACHINEINFO.PROCESSORTYPE |
(str) CPU id string. |
maxon.MACHINEINFO.SUPPORTAES |
(bool) True if AES is supported. |
maxon.MACHINEINFO.SUPPORTAVX |
(bool) True if AVX is supported. |
maxon.MACHINEINFO.SUPPORTAVX2 |
(bool) True if AVX2 is supported. |
maxon.MACHINEINFO.SUPPORTFMA |
(bool) True if FMA is supported. |
maxon.MACHINEINFO.SUPPORTPCLMULQDQ |
(bool) True if PCLMULQDQ is supported. |
maxon.MACHINEINFO.SUPPORTSSE |
(bool) True if SSE is supported. |
maxon.MACHINEINFO.SUPPORTSSE2 |
(bool) True if SSE2 is supported. |
maxon.MACHINEINFO.SUPPORTSSE3 |
(bool) True if SSE3 is supported. |
maxon.MACHINEINFO.SUPPORTSSE41 |
(bool) True if SSE41 is supported. |
maxon.MACHINEINFO.SUPPORTSSE42 |
(bool) True if SSE42 is supported. |
maxon.MACHINEINFO.USERNAME |
(str) User name of the currently logged in user. |
maxon.MACHINEINFO.USER_ID |
(int) Linux and OSX only (getuid). |