Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

DisplayLoopOnStepsDialog Method

NI TestStand™ 4.0 Help
April 2007

NI Part Number:
370052F-01

»View NI TestStand Product Info

Syntax

Engine.DisplayLoopOnStepsDialog ( dlgTitle, selectedStep, modalToAppMainWnd, loopCountValue, stopExpressionValue)

Return Value

Boolean

True if you click OK in the dialog box. False if you click Cancel.

Purpose

Launches a dialog box that prompts the user to provide interactive execution information required for the Loop On Selected Steps command.

Parameters

dlgTitle As String

[In] Specifies the title of the dialog box. Pass an empty string to use the default title for the dialog box.

selectedStep As Step

[In] Pass a reference to the first step that is currently selected. The dialog box uses this step to display property information if the user browses to create the 'stop on' expression.

modalToAppMainWnd As Boolean

[In] By default, the dialog box is modal to the last active window of the calling thread, or if there is none, to the last active window from AppMainHwnd. If you set this option, the dialog box is modal with respect to the window handle that the Engine.AppMainHwnd property. Typically, you do not need to set this option.

loopCountValue As long

[Out] Returns the value of the loop count that the user specifies in the dialog box. A value of -1 specifies an infinite loop.

stopExpressionValue As String

[Out] Returns the value of the stop expression that the user specifies in the dialog box. An empty string specifies that the stop expression is not used.


See Also

AppMainHwnd

Step


Resources


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit