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.
Outputs
- scale
- The scale used for converting the realtime of the model.
Examples
model = bdeGetCurrentModel();
scale = bdeGetRealTimeScale(model)
scale = 0.4