PreviousNext
Help > TS+ Reference > TS+ Display
TS+ Display

When validating or characterizing a component, you may want to see measurements in real time.

TS+ helps you to visualize graphs and measurement tables by creating high level display steps.

TS+ Display main steps

There are two main TS+ Data steps:

·         PlotDataThis step displays RecordData or PlayData internal values into a XY graph.

·         BrowseData—This step displays Record Data or PlayData internal values into a 2D spreadsheet.

TS+ Display advanced steps

There are three complementary TS+ Display steps:

·         ShowWindowThis step makes a Display window visible.

·         HideWindow—This step makes a Display window invisible.

·         CloseWindow—This step close a Display window. Window content is no more updated.

 

The TS+ Display main steps can be used either inside or outside a loop.

Inside a loop, data are added to the display at each call of the main display step (BrowseData/PlotData).

Outside a loop, data are added to the display at once.

 

See Also

Data Internal Variables