10-28-2013 05:58 AM
Hi,
I am trying to add a new property to a container using its PropertyObject.NewSubProperty method but it fails if I already have a property with same name in a case insensitive way.
TestStand also prevents me from adding fields manually to a container if the name only differs in Case.
Is there an option somewhere to turn this off?
I would like to have for example
Locals.Test.Signal and Locals.Test.signal
to be two different objects.
/Igor
10-28-2013 10:35 AM
I'm pretty sure this is not possible. Just name it something else like zSignal and aSignal or something like that.
10-29-2013 01:53 AM
Hi
thanks for pointing out!
I just reproduced on TS5.1's SequenceEditor. I got a Message that the name is already in use
Still learning every day here....
If someone would asked me before, i would have been said that is possible.
So just follow jigg's proposal
Regards
Juergen