GridWindow.TargetDisplayMode Property

Top 

Description

If the window is updated automatically, this property determines how the window updates will be controlled when a targeting loop is entered.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

 

Attributes

Type:

string

Access:

read/write

Default Value:

"Perts" ( Update on nominal, perturbation, and converged iterations. )

Valid Values:

Value

Label

"None"

Update on converged iteration.

"Nominal"

Update on nominal and converged iterations.

"Perts"

Update on nominal, perturbation, and converged iterations.

 

Syntax

myString1 = myGridWindow1.TargetDisplayMode;

 

myGridWindow1.TargetDisplayMode = myString1;

 

See also

GridWindow Object

GridWindow Guide