NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

TestStand MFC OMI Cleanup info

How do you access the StepNames in the Cleanup and Setup of a Sequence using
the SimpleMFCOperator Interface?
0 Kudos
Message 1 of 2
(4,597 Views)
Sandy,

If you are referring to getting the step names in the Trace UIMessages, there
is a station option that allows tracing into the Setup and Cleanup groups.
In the Execution tab of the Station Options dialog, check Allow Tracing into
Setup/Cleanup.

If you modified the Simple OI example and you are referring to displaying
the step names before execution begins, when you have a Sequence object,
get the steps using the Sequence.GetStep( index, stepGroupParam) method.
Notice the stepGroupParam parameter where you specify either Setup, Cleanup,
or the Main step group. This is an enumerated value.

Hope this helps,
Paul Mueller
NI


"Sandy Cook" wrote:
>>How do you access the StepNames in the Cleanup and Setup of a Sequence
using>the SimpleMFC
Operator Interface?
0 Kudos
Message 2 of 2
(4,597 Views)