parse

Parse single chart or all charts in model

Syntax

thisChart.parse
thisMachine.parse

Description

For Chart objects, the parse method parses this chart.

For Machine objects, the parse method parses all the charts in this machine.

Arguments

thisChart

The chart to parse.

thisMachine

The machine containing charts to parse.

Returns

None

Examples

If ch is a handle to an API object representing a chart, then the command ch.parse parses the chart.

Introduced before R2006a