bdeGetRealTimeScale

Takes model and returns the scale used for converting the realtime.

Syntax

time = bdeGetRealTimeScale(model)

Inputs

model
Model used to get the real time scale.
Type: diagram

Outputs

scale
The scale used for converting the realtime of the model.
Type: string

Examples

Get the realtime scale:
model = bdeGetCurrentModel();
	  scale = bdeGetRealTimeScale(model)
scale = 0.4