NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

custom substeps documentation

Hello,

 

is there an further documentation about Custom Substeps as in the NI TestStand Reference Manual Chapter 13.

 

Is the custom substep "OnNewStep" a predefined event and are there more predefined events? Is it possible, to define customer events?

 

Regards

 

Matthias

0 Kudos
Message 1 of 3
(3,047 Views)

Matthias,

 

"OnNewStep" is the only custom substep type which will be called automatically. When creating a new step of this type, TestStand calls, if available, this substep.

There are no other predefined names for custom substeps which are called by TestStand itself.

 

So all other custom substeps have to be called by the API explicitly. You can use the "ExecuteSubstep" method from the step-object to call any custom substep during execution (or edit time if running in an user interface).

 

hope this helps,

Norbert

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

Hello Norbert,

 

thank you for your interesting answer.

 

Regards

 

Matthias

0 Kudos
Message 3 of 3
(3,036 Views)