Devices
Devices[]
gives a list of registered devices on a particular system.
Devices[form]
gives a list of devices in classes whose names match the string pattern form.
Devices[{form1,form2,…}]
gives a list of devices in classes whose names match any of the formi.
Details and Options

- Devices[] gives a list of DeviceObject objects.
Examples
open allclose allBasic Examples (2)
Devices typically returns an empty list in a new Wolfram Language session:
Opening a device adds it to the list of registered devices:
In[2]:= |
In[1]:= |
Get registered devices that match a specified string pattern:
Properties & Relations (1)
See Also
Tutorials
Related Guides
Introduced in 2014
(10.0)