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