|
|||||||||||||
Currently, to export properties which are part of an array, such as the limits of a multiple numeric limit test, you have to specify each index of the array separately, like in the first screen shot, or else you get all of the raw XML, which is difficult to interpret and use.
This is both labor intensive and unituitive. . If instead we had the option to export the array with the "?" and have it parse the information out like in picture 1, it would be much simpler to use.
Regards,
Kyle Mozdzyn
Applications Engineering
National Instruments
Or maybe format the XML so its easier to read and update such as:-
<Locals> Variable Value
texts <Prop Name='TariffFiles' Type='Array' LBound='[0]' HBound='[2]' ElementType='String'>
<Value ID='[0]'>text1</Value>
<Value ID='[1]'>text2</Value>
<Value ID='[2]'>text3</Value>
</Prop>
Ray.
I'd prefer for arrays and containers to maintain the row-based export that all other variables do, the addition of extra columns per value gets frustrating when working with sets of more than 3 or 4 values. the column sets for a multiple numeric limit step type get nuts when faced with 10+ subtests inside...
it'd be nicer, if somehow the name column can understand indexes when you select the [?] option. Ironically teststand formats perfectly if this is done manually... i.e when I type in Locals.MyArray[0] and press 'export' the file looks fine...
same with containers... it understands the raw values fine when they're spelled out. i.e. Locals.MyContainer.X it just behaves counter intuitively when faced with top objects... it seems this should be solvable, as it is just a recursion issue...?
but if, for example, I have a 3 element array it'd be wonderfull if TS just understood that when I choose the top level object it should add 3 row entries to my output property file for
Locals.MyArray[0]
Locals.MyArray[1]
Locals.MyArray[2]
or alternately
Locals.MyContainer.X
Locals.MyContainer.Y
Locals.MyContainer.Z
and for multiple numerics, it could be the same? but I agree that these could be trickier to parse....
MyMNLT.Measurements[0]
MyMNLT.Measurements[1]
MyMNLT.Measurements[2]
You must be a registered user to add a comment here. If you've already registered, please log in. If you haven't registered yet, please register and log in.
Post New Idea to submit a product idea. Be sure to submit a separate post for each idea. Note: the TestStand Idea Exchange is not the appropriate forum to submit technical support questions.The TestStand R&D team is committed to reviewing every idea submitted via the TestStand Idea Exchange. However, we cannot guarantee the implementation of any TestStand Idea Exchange submission until further documented.
My Profile | Privacy |
Legal |
Contact NI
© 2011 National Instruments Corporation. All rights reserved. | E-Mail this Page
|
||

E-Mail this Page