bdeGetFinalTime

Takes model and returns the value stored in the final time.

Syntax

time = bdeGetFinalTime(model)

Inputs

model
Model used to get the final time.
Type: diagram

Outputs

time
The final time of the model.
Type: string

Examples

Get the final time:
model = bdeGetCurrentModel();
	  time = bdeGetFinalTime(model)
time = 0