Show / Hide Table of Contents

DynPlot


General Action Statement

The DynPlot statement automatically turns on predefined Dynamic Plot windows. Its usage is similar to that of the View statement. Dynamic Plot windows are predefined during simulation mode. These predefined Chart views can then be called from any logic statement, invoking the display of the designated chart during simulation.

Syntax

DynPlot "<chart name>"

Examples

DynPlot "my dynamic plot name"
DynPlot "Chart 1"
DynPlot ""

Parameters

"<chart name>"

The Dynamic Plot chart name as defined in Dynamic Plots. Enclose the name in quotation marks.

Remarks

Using DynPlot with a null value (no name defined between the quotation marks) closes all open Dynamic Plot windows.

In This Article
Back to top Generated by DocFX