Explore the nidaqmx.system module
masterThe nidaqmx.system module provides a high-level interface for inspecting and interacting with the NI-DAQmx system configuration. It allows developers to programmatically discover hardware resources, such as devices and physical channels, and manage system-level entities like storage and watchdogs.
Key sub-modules include:
collections: For managing groups of system objects.device: For interacting with specific NI-DAQmx devices.physical_channel: For accessing and configuring individual physical channels.storage: For managing system storage resources.watchdog: For interacting with system watchdog timers.