NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

What is relationship between the propertyobject and the variables?

 Hi:

 

   The propertyobject is the basic class in Teststand. I saw many examples that created variables from the "propertyobject" class. What i

 

want to ask is what is relationship between them. Can i consider  that in Teststand variables are the object of  the "propertyobject" class?

 

In additional, which objects do the propertyobject class creat except the objects mentioned the teststand API in help file ? Any help appreciated!

0 Kudos
Message 1 of 2
(2,923 Views)

Each variable is an individual instance of PropertyObject. But because of the fact that PropertyObject is the ancestor of most of the other TS classes (inheritance hierarchy, very flat in TS!), all those class instances also inherit the possiblity to treat them as PropertyObject.

So each Step can be either handled as "Step" or as "PropertyObject".

 

Norbert

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 2 of 2
(2,913 Views)