Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Get structured access to information about your system
ResourceFunction["SystemInformationDataset"]["comp"] calls SystemInformation["comp"] and returns a structured data set. | |
ResourceFunction["SystemInformationDataset"]["comp","prop"] calls SystemInformation["comp","prop"] and returns a structured data set. | |
ResourceFunction["SystemInformationDataset"]["comp","prop",args…] calls SystemInformation["comp","prop"] and returns a data set based on additional selection criteria from args. |
Get the full SystemInformation as a Dataset:
In[1]:= |
Out[1]= |
Get the "Kernel" component as a Dataset:
In[2]:= |
Out[2]= |
Get the "Kernel" property "MachineID" as a Dataset:
In[3]:= |
Out[3]= |
Get the graphics devices for the current machine:
In[4]:= |
Out[4]= |
Get the "Metal" graphics device:
In[5]:= |
Out[5]= |
Get detailed information of the devices under the "Metal" graphics device:
In[6]:= |
Out[6]= |
Get details on the Apple M1 device:
In[7]:= |
Out[7]= |
List the available features for the Apple M1 device:
In[8]:= |
Out[8]= |
This work is licensed under a Creative Commons Attribution 4.0 International License