Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Get inputs for extracting individual pieces of information about your system
ResourceFunction["SystemInformationInputs"][] opens a notebook containing inputs for calculating each element of SystemInformation[] separately. | |
ResourceFunction["SystemInformationInputs"][fmt] returns the inputs in the specified format. | |
ResourceFunction["SystemInformationInputs"][fmt,comps] returns the inputs for the specified components. |
"Notebook" (default) | open a notebook containing the input, and return a NotebookObject |
"HeldExpressions" | return a list of expressions with head Hold |
"InactiveExpressions" | return a list of expressions processed by Inactivate |
"DeferredExpressions" | return a list of expression with head Defer |
"Pairs" | return a list of matching {component, property} pairs |
Open a notebook containing all the inputs used by SystemInformation[]:
In[1]:= |
Out[1]= |
Return the inputs as a list of held expressions:
In[2]:= |
Out[2]= |
Return the raw list of component and property name pairs:
In[3]:= |
Out[3]= |
Open a notebook with all the inputs for the given components:
In[4]:= |
Out[4]= |
Construct a list of all inputs for the "Parallel" component, each wrapped in Defer:
In[5]:= |
Out[5]= |
SystemInformation["Components"] returns the list of available components:
In[6]:= |
Out[6]= |
Count how many properties are available in each component:
In[7]:= |
Out[7]= |
This work is licensed under a Creative Commons Attribution 4.0 International License