I'm attempting to monitor and control PXIe cards on a remote system PXIe chassis using Python, similar to how I would do so using a cDAQ card on a local machine. I've having issues pointing the nidaqmx library to the remote system, and establishing a connection.
Given nidaqmx.system.System() inherently references the local system, is there a preferred way to point to the remote DAQ IP address? If there a preferred way to initialize the remote system?