1. Introduction
In Transient Analysis, also called time-domain transient analysis, Multisim computes the circuit’s response as a function of time. This analysis divides the time into segments and calculates the voltage and current levels for each given interval. Finally, the results, voltage versus time, are presented in the Grapher View.
Multisim performs Transient Analysis using the following process:
- Each input cycle is divided into intervals.
- A DC Operating Point Analysis is performed for each time point in the cycle.
- The solution for the voltage waveform at a node is determined by the value of that voltage at each time point over one complete cycle.
Assumptions: DC sources have constant values; AC sources have time-dependent values. Capacitors and inductors are represented by energy storage models. Numerical integration is used to calculate the quantity of energy transfer over an interval of time.
2. Running Transient Analysis
Consider the series RLC circuit shown in Figure 1. According to the theory, the characteristic equation modeling this circuit can be represented as:
![]()
Where α is the damping factor and w0 the natural frequency (or resonant frequency). They are defined by:
![]()
![]()
The value of the damping factor (α) in relation to the natural frequency (ω0) determines the behavior of the circuit’s response. There are three possible responses:
- α < ω0 : Underdamped response
- α = ω0 : Critically damped response
- α > ω0 : Overdamped response
Note that as the value of α increases, the RLC circuit is driven towards an overdamped response. In this example you will use Transient Analysis to plot the step responses of the RLC circuit. Since α depends on the value of the resistance, you will use three different values for R: 40 W, 200 W and 1 kW. 3
Figure 1. Series RLC circuit.
Complete the following steps to configure and run a Transient Analysis:
- Open circuit file series_rlc.ms11 located in the Downloads section.
- Select Simulate»Analyses»Transient Analysis. The Transient Analysis window opens.
The default settings are appropriate for normal use, providing the transient response of the selected output variables starting at time 0 seconds and stopping after 1 ms. Table 1 describes the Analysis Parameters tab in detail.
Table 1. Parameters used in Transient Analysis.
|
Parameter |
Meaning |
|
Initial Conditions |
There are four options:
|
|
Start time (TSTART) |
Start time of Transient Analysis. Must be greater than or equal to 0 and less than end time. |
|
End time (TSTOP) |
End time of Transient Analysis. Must be greater than start time. |
|
Maximum time step settings (TMAX) |
Enable to manually set time steps. There are three options:
|
|
Set initial time step (TSTEP) |
Enable to set a time interval for simulation output and graphing. |
|
Estimate maximum time step based on netlist (TMAX) |
This becomes enabled when the Maximum timestep (TMAX) checkbox is selected. Enable as desired. |
Note: In SPICE, the command that performs a Transient Analysis has the following form:
.TRAN <TSTEP> <TSTOP> < TSTART <TMAX> > <UIC>
Where .TRAN initializes a Transient Analysis; <TSTEP> is the time increment for reporting results; <TSTOP> is the final analysis time; <TSTART> is the start time for reporting results; <TMAX> is the maximum step size used in incrementing the time during the analysis; <UIC> is used for initial conditions. Note that these are the same parameters that were defined in Table 1, however, in Multisim you do not have to worry about the complex SPICE syntax.
- Configure the Analysis Parameters as shown in Figure 2. You can reset all the parameters to their default values by clicking the Reset to default button.
Figure 2. Analysis parameters for the Transient Analysis.
- Select the Output tab.
- Select the Variables in circuit list, select All variables from the drop-down list, and then highlight V(vi) and V(c) from the list.
- Click the Add button to move the variables to the right side under Selected variables for analysis, as shown below.
Figure 3. Output variables for the Transient Analysis.
- Click Simulate. The Grapher View window opens. Results are displayed in Figure 4.
Figure 4. Transient Analysis results.
As you can see, this is the typical underdamped response of a series RLC circuit.
Note: If you connect the Oscilloscope to the circuit and run the simulation, a similar analysis is performed.
- Close the Grapher View.
- Change the value of R to 200 W.
- Run Transient Analysis once again. You will see the critically damped response.
- Run Transient Analysis for R = 1 kW. The overdamped response will be plotted.
In order to compare the three results, merge the plots in one. You can use Overlay Traces from the Graph menu. Figure 5 shows a comparison graph of the results.
Figure 5. Step responses of the RLC circuit.
In this example you executed the simulation three times in order to get the step responses of the RLC circuit, however, you can also use Parameter Sweep Analysis to verify the behavior of a circuit when a parameter is varied across a range of values.
3. Additional Resources
Entering Expressions in Analyses in Multisim
Circuit Design Technical Library
