06-30-2023 04:21 PM
Im using the NI-XNET C API. The reference documentation refers to self test, as do several #defines within the header file. I can also run self test from NI-MAX. Yet, there is no function defined within the API to execute a self test. Am I perhaps missing something?
07-03-2023 01:46 AM
In my experience, you can do self test with the 'System Configuration API'.
You can find the 'nisyscfg.h' in NI directory if you installed it, and you can use NISysCfgSelfTestHardware() to self test device.