Converting and running Multisim offline and Multisim Live circuits in TINA offline version

Converting and running Multisim offline and Multisim Live circuits in TINA offline version

Migrating your circuit designs between different electronic design automation (EDA) tools can often be a challenge, but it doesn’t have to be. In this guide, you will learn how to seamlessly convert both offline Multisim and Multisim Live circuits to run directly in the offline version of TINA.

Whether your files are saved in the classic desktop formats (.ms13 or .ms14) or as cloud-based .msjs files from Multisim Live, TINA handles them smoothly. Furthermore, because the converted .tsc files are completely cross-compatible, you can easily jump between offline TINA and TINACloud without missing a beat.

Click here or on the image above to watch this blog presented as a video tutorial.

Let’s walk through four practical examples to see this conversion tool in action, spanning analog, digital, RF, and power management circuits.

Example 1: FM Demodulation Circuit

FM Demodulation Circuit in Multisim

To demonstrate how the conversion works, we will start with an FM Slope Detector circuit. Because this design is available in both formats, we will begin by importing the Multisim Live version first.

  1. Start TINA and go to the File menu.
  2. Select Import > Multisim file.
  3. Choose the FM Slope Detector.msjs file. The converted circuit will instantly appear right inside the TINA schematic editor.

Alternatively, you can follow the exact same steps to import the offline Multisim (.ms14) version. The same clean schematic diagram will appear.


FM Demodulation Circuit in TINA

This specific design is configured to process a frequency-modulated signal featuring a 500 kHz carrier and a 40 kHz modulating frequency.

Parameter Check and Waveform Organization

Before running a simulation, it is always a good practice to verify your signal parameters:

  • Double-click the Voltage Generator, then click the Details (…) button in the Signal field.
  • The FM Signal parameters will appear alongside a helpful preview of the waveform to ensure the carrier and modulating frequencies are correct.


FM Demodulation Circuit: Parameter Check

To optimize the final output display, we can modify the PR4 output label. By changing the label to PR4:1, TINA will automatically separate the curves during analysis and position the PR4 trace at the very top of the diagram.


FM Demodulation Circuit: Waveform Organization
Transient Analysis and Verification

Navigate to the analysis menu and run a Transient Analysis. Once the results are displayed, zoom in on a few periods of the modulating signal to get a clear, detailed view of both the FM signal and the demodulated output.

To verify the results mathematically, place two cursors on the PR4 output waveform. Measuring the time difference between neighboring peaks allows you to determine the signal period. This confirms that the output frequency is indeed 40 kHz, matching the original modulating signal perfectly.

FM Demodulation Circuit: Transient Analysis with a frequency of 40 kHz

Example 2: Half Adder Digital Circuit

Our second example is a digital circuit in the Multisim Live (.msjs) format. This feature is especially valuable because Multisim Live does not currently support the conversion of digital circuits to the offline MS14 format, which limits their use in a standard desktop Multisim environment. TINA bridges this gap perfectly.


Half Adder circuit in Multisim

To begin, use the Import command to open your .msjs digital file in TINA.

Testing the Digital Circuit

Once the circuit appears on your screen, you can begin live testing. A standout feature of TINA is its ability to display active digital states in real-time—not just on the final outputs, but across every visible digital node on the schematic.

  • Press the Dig (Interactive Digital) button to start the interactive simulation.
  • Change Switch A to High; you will immediately see the state change to logic high at the Sum output.

Half Adder circuit in TINA: Changing Switch A to high
  • Set the input switches so only Switch B is High, and the Sum remains high.
  • Turn both the A and B switches ON (both inputs High). The Sum drops to Low and the Carry becomes High.

This interactive test successfully confirms the standard logic operation of a Half Adder.

VHDL and Verilog Subcircuits

Digital design in modern electronics rarely relies purely on individual logic gates; instead, designers use Hardware Description Languages (HDLs) like VHDL and Verilog. These descriptions can be synthesized directly into integrated circuits like FPGAs.

TINA and TINACloud support this advanced workflow by allowing you to embed HDL macros directly into your schematics as subcircuits.

To view the underlying code of an HDL subcircuit:

  1. Double-click the Half Adder VHDL macro block.
  2. Click the Enter Macro button in the dialog box.
  3. An HDL code window will appear, displaying the exact VHDL syntax.
VHDL subcircuit: Verifying the VHDL code in the macro

You can follow the exact same steps to view the equations inside a Verilog macro.

Verilog subcircuit: Verifying the Verilog code in the macro
Comparing Gate Logic vs. HDL

Close the macro windows and press the Interactive Digital button once again to test the entire system simultaneously.

Whether you toggle a single input high or turn both inputs high, you will observe that the traditional logic gates, the VHDL macro, and the Verilog macro produce identical output states. Using HDLs allows designers to work at a much higher level of abstraction, making complex digital development faster and more efficient.


Half Adder with VHDL and Verilog subcircuits: Interactive Digital Simulation

For more information on creating and uploading digital circuits to Xilinx and Intel FPGA boards using VHDL, Verilog, or schematic designs, visit our YouTube channel: https://www.youtube.com/@TinaDesignSuite

DesignSoft YouTube Channel: FPGA and Xilinx Videos

Example 3: Active Bandpass Filter

For our third example, save your Multisim (.ms14 or .msjs) active filter file to your hard drive, then import it into TINA. The schematic will open automatically in the circuit editor, where you can save it locally as a standard TINA .tsc file.

Active Bandpass Filter circuit in Multisim
Active Bandpass Filter circuit in TINA
Configure and Run the AC Analysis

Go to the Analysis menu and select AC Analysis > AC Transfer Characteristic… In addition to standard AC Bode plots, TINA can calculate Amplitude, Phase, Nyquist, and Group Delay diagrams. For this simulation, select the AC Bode, Amplitude, and Nyquist diagrams. Set the number of points to 1000 for high-resolution curves, and click OK. Three separate tabs will appear displaying your results.

Active Bandpass Filter circuit: Running AC Analysis

Active Bandpass Filter circuit: AC Amplitude diagram

Active Bandpass Filter circuit: AC Nyquist diagram

Active Bandpass Filter circuit: AC Bode diagram
Symbolic Analysis in TINA

A truly unique feature of TINA and TINACloud is the ability to derive a circuit’s Transfer Function symbolically, presenting it as an exact mathematical formula rather than just a plotted curve. This provides engineers and students with deeper insights into exact circuit behavior—including poles, zeros, gain, and frequency response.

Note: While symbolic transfer function derivation is only possible for linear circuits, you can still easily analyze active filters. By replacing complex, nonlinear operational amplifier models with ideal op-amps, TINA can derive highly accurate symbolic transfer functions.

To run this:

  1. Go to the Analysis menu.
  2. Select Symbolic Analysis > AC Transfer.
  3. The analytical form of the Transfer Function will immediately display in the Equation Editor.
Documenting the Schematic

To add this formula directly to your technical documentation, click the Copy icon inside the Equation Editor window. Switch back to the TINA Schematic Editor, select Edit > Paste, and left-click to place the mathematical formula directly onto your schematic canvas.

Active Bandpass Filter: Symbolic Analysis & Documenting the Schematic
Plotting and Comparing Results

You can also plot this analytical formula to verify it against your numerical simulation:

  1. In the Equation Editor, click the Interpreter calculator icon.
  2. Inside the Interpreter window, press the green arrow to run the calculation.
TINA Interpreter Window
  1. Once the transfer function plot appears, change its curve color to green and click the Copy curve icon.
  2. Switch back to your original, numerically calculated Ampl 1 tab and click Paste Curve.

As you will see, the analytical and numerical curves match perfectly. This confirms that using ideal operational amplifiers in filter synthesis yields highly accurate results.

Active Bandpass Filter:  Plotting and Comparing Results

Example 4: Inverting DC-DC Converter

Our final example is a power electronics circuit: an inverting DC-DC converter based on the MC34063 switching regulator from onsemi. This circuit efficiently converts a +5 V input down to a −12 V output.

Inverting DC-DC Converter circuit in Multisim

Once converted from its original Multisim format, you will find that these switching circuits run at identical or even faster simulation speeds within TINA. Simply save your .ms14 or .msjs file, select File > Import, and open it in TINA.


Inverting DC-DC Converter circuit in TINA
Running the Analysis and Customizing the Display

Navigate to the analysis menu, select Transient Analysis, and run the simulation.

To get a clean, detailed view of the switching waveforms, we can customize the diagram layout:

  • Click the View tab in the diagram window and select Separate curves.
  • Click on the PR1 axis to manually adjust its display limits to fit the waveform perfectly, and repeat the procedure for the PR2 axis.

Inverting DC-DC Converter circuit: Running Transient Analysis & Customizing the Display
Component Library Tip:

If you are building power designs from scratch, note that TINA and TINACloud include a massive library of built-in DC-DC converter ICs and evaluation circuits from leading manufacturers, including Texas Instruments, Infineon, Analog Devices, Nisshinbo Micro Devices, Würth Elektronik, STMicroelectronics, and Semtech.

Conclusion

Migrating your designs from desktop Multisim or Multisim Live to TINA is quick, seamless, and preserves the integrity of your analog, digital, and power schematics. By combining TINA’s powerful interactive modes, symbolic analysis capabilities, and fast simulation engines, you can take your circuit verification to the next level.

Converting and Running Analog Multisim Circuits in TINACloud

Converting and Running Analog Multisim Circuits in TINACloud

If you are looking for a quick, reliable way to bring your existing Multisim workflows into the cloud, you are in the right place. In this post, we will demonstrate how to seamlessly convert analog circuit files originally created in offline Multisim formats (such as .ms13 and .ms14) and run them directly inside TINACloud.

💡 Good to Know: This exact conversion process is also available in the offline desktop version of TINA. Because the resulting .TSC files are fully cross-compatible, you can enjoy a frictionless workflow between your local desktop and the online cloud environment.

Click here or on the image above to watch this blog presented as a video tutorial.

Let’s dive into four practical examples to show you exactly how it works.

Example 1: AM Demodulator Circuit

Our first example features an Amplitude Modulation (AM) Demodulator circuit designed to process a modulated signal with a 500 kHz carrier and a 10 kHz modulating frequency.

AM demodulator circuit_multisim
AM Demodulator Circuit in Multisim

Step 1: Exporting from Multisim

Before heading to the cloud, open your circuit in Multisim. Navigate to the File menu and save the circuit file to your local hard drive.

Step 2: Importing to TINACloud

Switch over to TINACloud and click the Upload command. Select your saved .ms14 file to initiate the automatic conversion. In just a few moments, your fully converted schematic will populate the TINACloud editor workspace.

Step 3: Verifying Signal Parameters

To double-check that your inputs carried over correctly, double-click the AM signal generator component. Click the “…” (Details) button on the right side of the Signal line to view and verify the specific parameters of your modulated waveform.

AM Demodulator Circuit – Verifying Signal Parameters

Step 4: Running the Simulation

With everything verified, go to the analysis menu and select Transient Analysis. Once the simulation finishes running, you will see the resulting waveforms on your screen, confirming that the circuit behaves identically to its original Multisim environment.

AM Demodulator Circuit – Running Transient Analysis

Example 2: FM Demodulation Circuit

Next up is a Frequency Modulation (FM) Demodulation circuit, configured to handle a 500 kHz carrier signal with a 40 kHz modulating frequency.

FM Demodulation Circuit in Multisim

The Conversion Process

Just like before, save your Multisim file locally (your Downloads folder is a quick, accessible choice). In TINACloud, click Upload, select your file, and watch the platform instantly generate the web-ready schematic.

Waveform Organization & Customization

First, inspect your signal generator parameters to ensure the frequencies are accurate.

To double-check that your inputs carried over correctly, double-click the FM signal generator component. Click the “…” (Details) button on the right side of the Signal line to view and verify the specific parameters of your modulated waveform.

FM Demodulation Circuit in TINACloud – Verifying Signal Parameters

To make the final graph easier to interpret, we can manipulate how the traces display. Open the properties for the output probe PR4 and add :1 to the label name (changing it to PR4:1). This tiny syntax trick tells TINACloud to isolate this specific trace and move it directly to the top position of your diagram.


FM Demodulation Circuit in TINACloud – Adding “:1” to PR4

Running the Analysis

Execute a Transient Analysis. When the graph appears, use the zoom tool to focus on a few periods of the modulating signal. This gives you a clear, uncrowded view of both the raw FM signal and the demodulated output.

Verifying with Cursor Measurements

To verify your output frequency mathematically, place two cursors on the PR4 output waveform. Measuring the time difference between neighbouring peaks allows us to determine the signal period and confirms that the output frequency is indeed 40 kHz, matching the original modulating signal.  

FM Demodulation Circuit in TINACloud – Cursor Measurements

Example 3: Active Bandpass Filter

Active Bandpass Filter in Multisim

For our third example, we are converting an Active Bandpass Filter. After uploading your .ms14 file to TINACloud, you have options for how you want to manage your files:

  • Use the Download command to save the newly converted file locally in TINA’s native .TSC format.
  • Use Save or Save As to store it securely in your cloud-based TINACloud folders.

Advanced AC Analysis Configuration

Go to the menu bar and select Analysis > AC Analysis > AC Transfer Characteristic…

Beyond basic Bode plots, TINACloud is highly capable; it can calculate Amplitude, Phase, Nyquist, and Group Delay diagrams simultaneously. Check the boxes for AC Bode, Amplitude, and Nyquist, and set the number of simulation points to 1000 for a smooth, high-resolution curve. Click Run.

Active Bandpass Filter in TINACloud – AC Analysis Configuration

TINACloud will open three separate tabs, neatly separating your Amplitude, Nyquist, and combined Bode diagrams.

Deep Dive: Symbolic Analysis in TINA

One of the most powerful features unique to TINA and TINACloud is the ability to derive a circuit’s Transfer Function symbolically. Instead of just plotting lines based on raw numbers, the engine calculates the exact mathematical formula of the circuit.

This is incredibly valuable for engineers and students looking to study poles, zeros, gain, and absolute frequency responses without relying strictly on numerical guesswork.

⚠️ Note: Symbolic derivation is mathematically reserved for linear circuits. However, you can still easily analyze active filters. By temporarily replacing complex, non-linear operational amplifier models with ideal op-amps, you will achieve highly accurate symbolic formulas.

1. Generating the Formula

Navigate to Analysis > Symbolic Analysis > Symbolic AC Transfer, and click run. The algebraic, analytical form of the Transfer Function will pop up instantly in a new window.

2. Documenting the Schematic

You can stitch this exact formula right onto your schematic diagram for professional documentation. Inside the Symbolic Result window, click the Send to tab and choose Text editor.

(Note: You can tweak or format the equation inside the Text Editor text box if needed). Click OK, and the formula will attach directly to your mouse cursor. Move it to an empty spot on your grid and left-click to drop it in place.

3. Comparing Symbolic vs. Numerical Data

To prove how accurate the symbolic equation is compared to the heavy numerical simulation run earlier:

  1. In the Symbolic Results window, click Draw Diagram to plot the algebraic formula.
  2. Click the resulting curve and change its color to green to differentiate it.
  3. Click the curve again, and select the Copy curve icon to save it to your clipboard.
  4. Switch back to your original, numerically simulated Ampl 1 tab, and click Paste Curve.
Active Bandpass Filter in TINACloud – Comparing Symbolic vs. Numerical Data

As you will see, the symbolic green line overlays the numerical red line almost perfectly—which is exactly why ideal op-amp approximations are so trusted in filter synthesis.

Example 4: Inverting DC-DC Converter

Our final example is a power electronics circuit: a DC-DC converter built around the popular MC34063 switching regulator from onsemi.

Inverting DC-DC Converter in Multisim

This circuit steps up and inverts a +5V input into a stable -12 output. It is available in both Multisim Live (MSJS) and Multisim Offline (MS14) configurations. Both variants convert seamlessly into TINA, where they run at identical—and often vastly superior—simulation speeds.

Upload and Setup

Save your file, click Upload from TINACloud’s File menu, and open the circuit inside the editor.

Customizing the Waveform Display

Go to Analysis > Transient Analysis and run the simulation.

When the graph window appears, the waveforms might overlap. To fix this, click the View tab in the diagram menu and select Separate curves. Next, select the PR1 axis line, input your preferred scale values, and repeat the process for PR2. This cleans up the display, creating a presentation-ready look at your input vs. inverted output waveforms.

Inverting DC-DC Converter in TINACloud – Customizing the Waveform Display

Wrap-Up & Industry Integration

Whether you are designing basic filters or complex switching power supplies, TINA and TINACloud feature a massive built-in library of specialized DC-DC converter ICs and official evaluation circuits from the world’s leading manufacturers, including:

  • Texas Instruments
  • Infineon
  • Analog Devices
  • Nisshinbo Micro Devices
  • Würth Elektronik
  • STMicroelectronics
  • Semtech

Ready to see these step-by-step conversions in action? Check out our full multimedia resources below: