NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

It's possible to change a value situated in User List with the API of TestStand ?

Hi

I would like to change the value of a variable situated to User Manager. Under administrator, we have acces to FullName, I I would like to modify a value which I added to this level. I have administrator / test which is a number which I want to change there accedant under LabView.

I hope that it is clear

Thank you

Will W
0 Kudos
Message 1 of 2
(2,838 Views)

Will.

1. Obtain the desired user object using Engine.GetUser.
2. Convert the user object to a PropertyObject using User.AsPropertyObject.
3. Set the value of the desired number property using PropertyObject.SetValNumber.

Hope it helps.

Antonio Lie.


0 Kudos
Message 2 of 2
(2,825 Views)