bdeShowLastError

Shows the last error of a simulation.

Syntax

bdeShowLastError(simulation, caption)

Inputs

simulation
The simulation to get the last error of.
Type: hwscpSimulation
caption
The title of the dialog box.
Type: string

Examples

Show the error of a simulation:

          diagram = bdeGetCurrentDiagram();
          simulation = bdeGetSimulationObject(diagram);
          bdeShowLastError(simulation, 'Last Error');