09-27-2019 07:53 AM - edited 09-27-2019 08:21 AM
I try to find a way to rename the DAQ device name (useralies) in Dot.Net C#?
I only have an option to get UserAlias by using NationalInstruments.SystemConfiguration, but I didn't find any way to set the new UserAlias for my DAQ device. Maybe someone can help to find a way to resolve my case without using LW.
Please, I need it ASAP!!!
Thank you
10-08-2019 11:30 AM
There's actually a .NET shipping example that shows how to do that exact thing! The example is located at:
C:\Users\Public\Documents\National Instruments\MStudioVS2012\DotNET\Examples\SystemConfiguration\RenameAliases\cs
It looks like it uses the Rename method. You are correct that the UserAlias property for a device is read only.
-Jordan