LTspice tutorial - Re-using standard component symbols

Поділитися
Вставка
  • Опубліковано 28 лис 2024

КОМЕНТАРІ • 21

  • @alifeleparanj3688
    @alifeleparanj3688 4 роки тому +1

    Your channel is the only one that I have activated its notification bell since I've joined youtube (about 8 years)
    Good Job man

    • @FesZElectronics
      @FesZElectronics  4 роки тому

      Thank you for your support! I'm happy you are enjoying my content!

  • @KamleshGadhvana
    @KamleshGadhvana 4 роки тому +1

    this one was much needed, i get confused many times adding subckts thank you

  • @abdelazeemhassan3701
    @abdelazeemhassan3701 9 місяців тому +1

    Amazing as usual, thanks for sharing

  • @MJ-vt1kp
    @MJ-vt1kp 4 роки тому

    As always very good LTspice tutorial. Keep creating.

  • @philippeversailles2170
    @philippeversailles2170 4 роки тому

    Thanks a lot for this video. This is very clear and very useful. Will make my life easier with LTSPICE !

  • @하민성-o6h
    @하민성-o6h Рік тому

    thank you so much for the video! I was look for a tutorial just like this.

  • @juliosaldana8346
    @juliosaldana8346 8 місяців тому

    Thank you for the video. How about make the internal parameters names of a subcircuit to appear in the symbol properties?

  • @monkshoodtv
    @monkshoodtv 4 роки тому +1

    This has saved an awful lot of my remaining hair.

  • @BB-iq4su
    @BB-iq4su 8 місяців тому

    Thank you!

  • @thezodiace7399
    @thezodiace7399 3 роки тому

    Thank you for the video. What is the difference between a subcircuit and a model when talking about a single component?

    • @FesZElectronics
      @FesZElectronics  3 роки тому

      Well, if you are taking about a basic component - say a BJT, defined according to LTspice convention (ex: " .model 2N3906 PNP(IS=1E-14 VAF=100 [...])" ) - its a model; if on the other hand you have a BJT built from multiple basic components
      (ex: .SUBCKT BC817_nxp 1 2 3
      Q1 1 2 3 Transistor 0.9457
      Q2 11 2 3 Transistor 0.05425
      RQ 1 11 200
      D1 2 1 Diode) to more accurately define its behavior, its a subckt. When you find a simulation model, on the line where the component name is defined, it will either start with ".subckt" or ".model";

    • @thezodiace7399
      @thezodiace7399 3 роки тому

      @@FesZElectronics Thank you for your reply. What I would like to understand why there are two definitions of a BJT model for example? does define a model as a SUBCKT improves the precision of the model? and if I find both which one should I use?

    • @FesZElectronics
      @FesZElectronics  3 роки тому +1

      Any mathematical model will mimic reality only in a partial way, certain behaviors will not be modeled, or will be represented slightly inaccurately . The model for a transistor is no exception. If you want the best precision in simulating a circuit, a subckt will usually be better but take longer to simulate.

    • @thezodiace7399
      @thezodiace7399 3 роки тому

      @@FesZElectronics Thank you.

  • @misterthekaitheman
    @misterthekaitheman 4 роки тому

    Is it also possible to assign a subcircuit to an existing symbol, but have the subckt text in a seperate file? So as to not have the text inside the schematic

    • @FesZElectronics
      @FesZElectronics  4 роки тому +1

      Of course. You need a .lib or .inc statement with the file path - for example " .inc C:\file.txt "

  • @willhelmx8388
    @willhelmx8388 3 роки тому

    Hi and thank you for a very good content - one thing that would be nice to see is how to create a new model based on a schematic if possible?
    If you build lets say a standard rc filter with input R/C 1 Output midpoint, RC2 output = a 3 terminal filter, can you make this as a symbol/model that one can use from the library?
    /A

  • @NishantjonyJaiswal
    @NishantjonyJaiswal 4 роки тому

    How can we simulate finfet transistor 32, 16 or 7 nm?

    • @kclu8512
      @kclu8512 Рік тому

      You need have foundry model ( node32 16 7 ) and MAKE sure your circuit simulator ( LTspice )could support them .