Mode (Chart)

Syntax

<Path>.Mode:string

The attribute Mode sets, whether the Chart operates in Sample mode, in Watch mode or in Plot mode.

  • Sample mode updates the Chart regularly within a predefined period.

  • Watch mode updates the Chart when the values to be displayed change.

  • Plot mode updates the Chart whenever a simulation event takes place.

Data Type of the Value You Can Assign

You can assign a value of data type string.

Example

Mode.Sampler := "Plot"

Related Topic

Mode