OSType¶
- MacroModule¶
genre
author
package
definition
see also
keywords
Purpose¶
The module OSType provides fields to control the information flow in a MeVisLab network depending on the current operating system type.
Windows¶
Default Panel¶
Parameter Fields¶
Field Index¶
|
|
|
|
|
Visible Fields¶
Is Windows¶
- name: isWindows, type: Bool, persistent: no¶
Shows whether the OS is Windows.
Is Linux¶
- name: isLinux, type: Bool, persistent: no¶
Shows whether the OS is Linux.
Is Unix¶
- name: isUnix, type: Bool, persistent: no¶
Shows whether the OS is Linux.
Is 64-bit¶
- name: is64Bit, type: Bool, persistent: no¶
Shows whether the OS is a 64-bit platform.
Os Type¶
- name: osType, type: Integer, persistent: no¶
Shows the OS type as an integer:
0 - Windows 1 - macOS (not supported) 2 - Linux