NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

TestStand and VB: using SequenceContext methods

I'm just starting to use VB with TestStand, I've only used TestSTand with LabView up until now. I'm using VB to access a local variable created in TestStand. By looking at the examples that come with TestStand I was able to use the GetValNumber method of the SequenceContext object to read the contents of the variable. But for some reason this method doesn't show up in the VB object browser as being a member of class SequenceContext, so there's no way to learn more about it, like what are the parameters etc...I've found a few of the methods that are used in the samples that work, but are not in the object browser..so I just have to use them as they are used in the examples. Any way I can get these to show up in the object browser
, and subsequently in the dropdown list for the SequenceContext class?
I'm using VB6 and TS2.0 thanks
0 Kudos
Message 1 of 3
(3,197 Views)
To mashman -
GetValNumber is a method on the PropertyObject interface of the SequenceContext object. If you assigned the SequenceContext object to a variable of type PropertyObject, it would show up appropriately.

Scott Richardson (NI)
Scott Richardson
https://testeract.com
0 Kudos
Message 2 of 3
(3,197 Views)
Thanks Scott,
that will make my job much easier.

Mike
0 Kudos
Message 3 of 3
(3,197 Views)