Skip to content
/ FASTER Public

FASTER (Failure Analysis, Simulation, Testing, and Evaluation Report) automates reliability analysis for LTspice circuits. It performs FMEDA and FTA, simulating faults to assess impacts on circuit performance. The program generates detailed reports with plots of currents and voltages, providing insights to enhance circuit reliability and safety.

License

Notifications You must be signed in to change notification settings

Gueni/FASTER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FASTER (Failure Analysis, Simulation, Testing, and Evaluation Report)

FASTER (Failure Analysis, Simulation, Testing, and Evaluation Report) automates reliability analysis for LTspice circuits. It performs FMEDA (Failure Modes, Effects, and Diagnostic Analysis) and FTA (Fault Tree Analysis), simulating faults to assess impacts on circuit performance. The program generates detailed reports with plots of currents and voltages, providing insights to enhance circuit reliability and safety.

Table of Contents

  1. Features
  2. Installation
  3. License

Features

Parameter Setting

FASTER allows for easy configuration of simulation parameters directly within LTSpice netlists. You can set parameters using specific functions that modify the netlist and apply the necessary settings for accurate simulations.

Values Setting

You can define and set component values dynamically. This feature supports updating values of components like resistors, capacitors, and other elements, ensuring that your simulations reflect the intended circuit configurations.

Single Simulation

Perform a single simulation run with your LTSpice netlist. This feature allows you to test the circuit under a specific configuration and view the results immediately, including detailed reports and graphical plots of currents and voltages.

Sweep Simulation

Conduct parameter sweeps to analyze how changes in component values affect circuit performance. This feature automates the process of varying component values across specified ranges and generates results that help identify performance trends and potential issues.

Component Reference Sweep Simulation

Run simulations across a range of component values and configurations, with results organized by component type. This feature is useful for evaluating the impact of different component selections on overall circuit behavior.

Plotly Report Generation

FASTER generates interactive reports using Plotly. The reports include visualizations of simulation results, such as current and voltage waveforms, which help in analyzing circuit performance. Plotly's interactive features allow for zooming, panning, and detailed inspection of data points.

To generate and view Plotly reports:

  1. After running simulations, use the Plotly integration in FASTER to create and save interactive plots.
  2. Open the generated HTML reports in a web browser to explore the simulation results interactively.

Installation

To install FASTER, clone the repository and install the required dependencies:

git clone https://github.com/yourusername/FASTER.git
cd FASTER
pip install -r requirements.txt

About

FASTER (Failure Analysis, Simulation, Testing, and Evaluation Report) automates reliability analysis for LTspice circuits. It performs FMEDA and FTA, simulating faults to assess impacts on circuit performance. The program generates detailed reports with plots of currents and voltages, providing insights to enhance circuit reliability and safety.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages