SimulationEnvironment.SimulationTimeControl
 
 
 

SimulationEnvironment.SimulationTimeControl

Introduced

v4.2

Description

Returns the simulation time control Property object which is used to control the simulation time and caching.

C# Syntax

// get accessor
Property rtn = SimulationEnvironment.SimulationTimeControl;

Examples

JScript Example

/*
        See the example under the SimulationEnvironment object.
*/