Hi,
I guess you mean to load the nce file via programming in CVI.
Basically, the import/export feature has a command line interface: nipcrun.exe. The location of this file is "D:\Program Files\National Instruments\Shared\Portable Configuration".
Export non-interactively: "nipcrun -ni 127.0.0.1 test.nce".
Import non-interactively: "nipcrun test.nce 127.0.0.1".
Add -s flag after nipcrun.exe could invoke the import/export in silent mode.
Thanks,
- Charles